Show / Hide Table of Contents

Class WMOrganizationRoleType

The role keys used in WMOrganizationUserRole. Can define a set of permissions accessible to all role bearing members of an organization.

Inheritance
object
WMOrganizationRoleType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE