Click or drag to resize

AttributeTypeDefinition Class

Defines an attribute type in the Resource Management Service schema
Inheritance Hierarchy
System.Object
  Lithnet.ResourceManagement.Client.AttributeTypeDefinition

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

The AttributeTypeDefinition type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the attribute
Public propertyDisplayName
Gets the display name of the attribute
Public propertyIsMultivalued
Gets a value indicating whether this attribute is multivalued or single-valued
Public propertyIsReadOnly
Gets a value indicating whether this attribute is read only
Public propertyIsRequired
Gets a value that indicates whether the attribute is required
Public propertyRegex
Gets the regular expression valued to validate the correctness of this attribute
Public propertySystemName
Gets the system name of the attribute
Public propertyType
Gets the data type of the attribute
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Gets the system name of this attribute
(Overrides Object.ToString().)
Top
See Also