Click or drag to resize
IApplication Interface
Information about an organization

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IApplication : IDataId32

The IApplication type exposes the following members.

Properties
  NameDescription
Public propertyAdministrationRoleId
Administration role id. Optional. It is set by administrators in order to enable delegation of the administration of this object.
Public propertyContactPersonId
Id of the the person object that is corresponding the current contact person of the application. Optional.
Public propertyDataContext
Get data context.
Public propertyDescription
Application description. Optional. Max length 3000.
Public propertyGUID
GUID (Globally Unique Identifier) for this object. It is a LSID, which is unique for each version of the record holding the information included in this object. It is updated automatically by database each time information is saved.
Public propertyIdentifier
Identifier. Mandatory. Max length 50. This identifier is set by the application administrator. It is normally used as an identifier for the application object within the fysical application the object represents.
Public propertyName
Name of application. This is the full name of the application on current language. Mandatory. Max length 50.
Public propertyShortName
ShortName of application. This is the short name of the application on current language. Max length 50.
Public propertyUpdateInformation
Information about create/update of the application object.
Public propertyURL
Application URL. Optional. Max length 200.
Public propertyValidFromDate
Date application is valid from. Not Null. Is set to date created by default.
Public propertyValidToDate
Date application is valid to. Not Null. Is set to date created + 100 years by default.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also