Class WMOrganizationRoleType
The role keys used in WMOrganizationUserRole. Can define a set of permissions accessible to all role bearing members of an organization.
Inherited Members
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public class WMOrganizationRoleType
Constructors
WMOrganizationRoleType()
Standard constructor. Sets the ID as a random GUID.
Declaration
public WMOrganizationRoleType()
WMOrganizationRoleType(string)
Standard constructor. Assigns the ID.
Declaration
public WMOrganizationRoleType(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id |
Properties
Documentation
Documentation defining this role.
Declaration
public string Documentation { get; set; }
Property Value
Type | Description |
---|---|
string |
ID
ID of this entity.
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
string |
Priority
The priority this role holds.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
int |
RoleTypeKey
The key name for this role.
Declaration
public string RoleTypeKey { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Whether this role type is active.
Declaration
public int Status { get; set; }
Property Value
Type | Description |
---|---|
int |
WMOrganizationID
The Application this role belongs to.
Declaration
public string WMOrganizationID { get; set; }
Property Value
Type | Description |
---|---|
string |