Class WMOrganizationUserRole
Class that registers a WMOrganizationRoleTypeto this WMOrganizationUser
Inherited Members
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public class WMOrganizationUserRole : IDbEntity, IWMEntity
Constructors
WMOrganizationUserRole()
Standard constructor. Sets the ID as a random GUID.
Declaration
public WMOrganizationUserRole()
WMOrganizationUserRole(string)
Standard constructor. Assigns the ID.
Declaration
public WMOrganizationUserRole(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id |
Properties
CreatedBy
ID of the user that created this entity.
Declaration
public string CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedDate
Date and time at which this entity was last updated.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
ID
ID of this entity.
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
string |
LastUpdatedBy
ID of the user that last updated this entity.
Declaration
public string LastUpdatedBy { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdatedDate
Date and time at which this entity was last updated.
Declaration
public DateTime LastUpdatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
WMOrganizationRoleID
The WMOrganizationRoleType in this join
Declaration
public string WMOrganizationRoleID { get; set; }
Property Value
Type | Description |
---|---|
string |
WMOrganizationUserID
The ID in this join.
Declaration
public string WMOrganizationUserID { get; set; }
Property Value
Type | Description |
---|---|
string |