Click or drag to resize

RoleDescriptor Class

Describes a role
Inheritance Hierarchy
SystemObject
  ImmerseSDK.RolesRoleDescriptor

Namespace:  ImmerseSDK.Roles
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
[SerializableAttribute]
public class RoleDescriptor

The RoleDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodRoleDescriptor
Constructs a new instance. This is used by the serialisation code.
Top
Properties
  NameDescription
Public propertyId
Role identifier
Top
Methods
Fields
  NameDescription
Public fieldDescription
Role description
Public fieldName
Role name
Top
See Also