Click or drag to resize
Organization Class
This class contains information about a organization.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataOrganization

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class Organization : IOrganization, 
	IDataId32

The Organization type exposes the following members.

Constructors
  NameDescription
Public methodOrganization
Create an Organization instance.
Top
Properties
  NameDescription
Public propertyAddresses
Addresses. The list object is automatically created. It is optional to add addresses
Public propertyAdministrationRoleId
Administration role id. Optional. It is set by super administrators in order to enable delegation of the administration of this object.
Public propertyCategory
OrganizationCategory The organization is of this type.
Public propertyDataContext
Data context.
Public propertyDescription
Organization 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 propertyHasSpeciesCollection
Has species collection Is set to False by default in database. If set to True the Organization owns a collection of biological material related to taxon observations.
Public propertyId
Id for this organization
Public propertyName
Name of organization
Public propertyPhoneNumbers
Phone numbers. The list object is automatically created.
Public propertyShortName
ShortName of organization
Public propertyUpdateInformation
Information about create/update of organization.
Public propertyValidFromDate
Date organization is valid from. Not Null. Is set to date created by default.
Public propertyValidToDate
Date organization 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.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also