Click or drag to resize
WebAuthority Class
This class represents an Authority.
Inheritance Hierarchy

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 WebAuthority : WebData

The WebAuthority type exposes the following members.

Constructors
  NameDescription
Public methodWebAuthority
Initializes a new instance of the WebAuthority class
Top
Properties
  NameDescription
Public propertyActionGUIDs
Users who has this autority has access rights to these application actions.
Public propertyAdministrationRoleId
Administration role id.
Public propertyApplicationId
ApplicationId
Public propertyAuthorityDataType
AuthorityDataType
Public propertyAuthorityType
AuthorityType indicates type of Authority i.e Application or AuthorityDataType.
Public propertyCreatedBy
UserId that created the record Set by database when inserted.
Public propertyCreatedDate
Date record was created.
Public propertyCreatePermission
Create permission.
Public propertyDeletePermission
Delete permission.
Public propertyDescription
Description.
Public propertyFactorGUIDs
Users who has this autority has access rights to information related to these factors.
Public propertyGUID
GUID.
Public propertyId
Id for this authority.
Public propertyIdentifier
Authority identifier.
Public propertyIsAdministrationRoleIdSpecified
Is administration role id specified.
Public propertyLocalityGUIDs
Users who has this autority has access rights to information related to these localities.
Public propertyMaxProtectionLevel
Max species observation protection level that a user with this autority has read access rights to.
Public propertyModifiedBy
UserId that modified the record. Set by database when record is modified.
Public propertyModifiedDate
Date record was last modified.
Public propertyName
Authority name.
Public propertyObligation
Obligation.
Public propertyProjectGUIDs
Users who has this autority has access rights to information in these projects.
Public propertyReadPermission
Read permission.
Public propertyRegionGUIDs
Users who has this autority has access rights to information related to these regions.
Public propertyRoleId
Role id.
Public propertyShowNonPublicData
Show non public data. This normally relates to species observations that are protected by their owners.
Public propertyTaxonGUIDs
Users who has this autority has access rights to information related to these taxa.
Public propertyUpdatePermission
Update permission.
Public propertyValidFromDate
Date valid from.
Public propertyValidToDate
Date 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