Click or drag to resize

AttributeNames Class

Defines a list of built-in attribute names in the Resource Management Service
Inheritance Hierarchy
System.Object
  Lithnet.ResourceManagement.Client.AttributeNames

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

The AttributeNames type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAccountName
The AccountName attribute
Public fieldStatic memberApprovalStatus
The ApprovalStatus attribute
Public fieldStatic memberApprover
The Approver attribute
Public fieldStatic memberBoundAttributeType
The BoundAttributeType attribute
Public fieldStatic memberBoundObjectType
The BoundObjectType attribute
Public fieldStatic memberCreator
The Creator attribute
Public fieldStatic memberDataType
The DataType attribute
Public fieldStatic memberDeletedTime
The DeletedTime attribute
Public fieldStatic memberDescription
The Description attribute
Public fieldStatic memberDetectedRulesList
The DetectedRulesList attribute
Public fieldStatic memberDisplayName
The DisplayName attribute
Public fieldStatic memberDomain
The Domain attribute
Public fieldStatic memberEndpointAddress
The EndpointAddress attribute
Public fieldStatic memberExpectedRulesList
The ExpectedRulesList attribute
Public fieldStatic memberExpirationTime
The ExpirationTime attribute
Public fieldStatic memberLocale
The Locale attribute
Public fieldStatic memberLocalizable
The Localizable attribute
Public fieldStatic memberMember
The Member attribute
Public fieldStatic memberMultivalued
The Multivalued attribute
Public fieldStatic memberMVObjectID
The MVObjectID attribute
Public fieldStatic memberName
The Name attribute
Public fieldStatic memberObjectID
The ObjectID attribute
Public fieldStatic memberObjectSid
The ObjectSid attribute
Public fieldStatic memberObjectType
The ObjectType attribute
Public fieldStatic memberRequestParameter
The RequestParameter attribute
Public fieldStatic memberRequired
The Required attribute
Public fieldStatic memberResourceTime
The ResourceTime attribute
Public fieldStatic memberStringRegex
The StringRegex attribute
Public fieldStatic memberUsageKeyword
The UsageKeyword attribute
Public fieldStatic memberWorkflowInstance
The WorkflowInstance attribute
Top
Remarks
The constants defined is this class can be used in place of manually specifying the names of the attributes as strings in code
See Also