Class WMOrganizationUser
Class that registers a WMUsers as a member of a WMOrganization
Inherited Members
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public class WMOrganizationUser : IDbEntity, IWMEntity
Constructors
WMOrganizationUser()
Standard constructor. Sets the ID as a random GUID.
Declaration
public WMOrganizationUser()
WMOrganizationUser(string)
Standard constructor. Assigns the ID.
Declaration
public WMOrganizationUser(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 |
IsOrgAdmin
Whether this user is an administrator of this organization.
Declaration
public int IsOrgAdmin { get; set; }
Property Value
Type | Description |
---|---|
int |
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 |
Status
Whether this join is active.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
WMOrganizationID
The ID in this join
Declaration
public string WMOrganizationID { get; set; }
Property Value
Type | Description |
---|---|
string |
WMUserID
The ID in this join.
Declaration
public string WMUserID { get; set; }
Property Value
Type | Description |
---|---|
string |