Click or drag to resize

ObjectTypeNames Class

Defines a list of built-in object type names in the Resource Management Service
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientObjectTypeNames

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public static class ObjectTypeNames

The ObjectTypeNames type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberApproval
The Approval object type
Public fieldStatic memberApprovalResponse
The ApprovalResponse object type
Public fieldStatic memberAttributeTypeDescription
The AttributeTypeDescription object type
Public fieldStatic memberBindingDescription
The BindingDescription object type
Public fieldStatic memberGroup
The Group object type
Public fieldStatic memberManagementPolicyRule
The ManagementPolicyRule object type
Public fieldStatic memberObjectTypeDescription
The ObjectTypeDescription object type
Public fieldStatic memberPerson
The person object type
Public fieldStatic memberRequest
The Request object type
Public fieldStatic memberSet
The Set object type
Public fieldStatic memberWorkflow
The WorkflowDefinition object type
Top
Remarks
The constants defined is this class can be used in place of manually specifying the names of the object types as strings in code
See Also