Click or drag to resize
WebOrganization Class
This class represents an organization.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebOrganization

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebOrganization : WebData

The WebOrganization type exposes the following members.

Constructors
  NameDescription
Public methodWebOrganization
Initializes a new instance of the WebOrganization class
Top
Properties
  NameDescription
Public propertyAddresses
Addresses.
Public propertyAdministrationRoleId
Administration role id.
Public propertyCategory
Organization category.
Public propertyCategoryId
Organization category id.
Public propertyCreatedBy
UserId that created the record. Set by database when inserted.
Public propertyCreatedDate
Date record was created.
Public propertyDescription
Description.
Public propertyGUID
GUID value.
Public propertyHasSpeciesCollection
Has species collection. Is set to False by default in database. If set to True the organization has a collection of biological material related to taxon observations.
Public propertyId
Id for this organization.
Public propertyIsAdministrationRoleIdSpecified
Is administration role id specified.
Public propertyModifiedBy
UserId that modified the record. Set by database when record is modified.
Public propertyModifiedDate
Date record was last modified.
Public propertyName
Name
Public propertyPhoneNumbers
PhoneNumbers.
Public propertyShortName
ShortName
Public propertyValidFromDate
Date organization is valid from
Public propertyValidToDate
Date organization is valid to
Top
Extension Methods
  NameDescription
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