Click or drag to resize
WebRole Class
This class represents a role.
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 WebRole : WebData

The WebRole type exposes the following members.

Constructors
  NameDescription
Public methodWebRole
Initializes a new instance of the WebRole class
Top
Properties
  NameDescription
Public propertyAdministrationRoleId
Administration role id.
Public propertyAuthorities
Authorities
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 propertyId
Id for this role
Public propertyIdentifier
Identifier for this role
Public propertyIsActivationRequired
Is activation of role membership required for this role.
Public propertyIsAdministrationRoleIdSpecified
Is administration role id specified.
Public propertyIsOrganizationIdSpecified
Is organization id specified.
Public propertyIsUserAdministrationRole
Is the role used as a user administration role
Public propertyIsUserAdministrationRoleIdSpecified
Is user administration role id specified.
Public propertyMessageTypeId
Id of the Message Type
Public propertyModifiedBy
UserId that modified the record Set by database when record is modified
Public propertyModifiedDate
Date record was last modified
Public propertyName
RoleName
Public propertyOrganizationId
Organization id that this role relates to.
Public propertyShortName
ShortName
Public propertyUserAdministrationRoleId
User administration role id.
Public propertyValidFromDate
Date role is valid from
Public propertyValidToDate
Date role 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