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.9.0.0 (3.9.0.0)
Syntax
C#
[SerializableAttribute]
public class RoleDescriptor

The RoleDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodRoleDescriptor
Initializes a new instance of the RoleDescriptor class
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldDescription
Role description
Public fieldId
Role identifier
Public fieldName
Role name
Top
See Also