Click or drag to resize

ObjectTypeDefinition Class

Defines an object type from the Resource Management Service schema and its associated attributes
Inheritance Hierarchy
SystemObject
  Lithnet.ResourceManagement.ClientObjectTypeDefinition

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

The ObjectTypeDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
The read-only collection of attributes types associated with this object class
Public propertyDescription
Gets the description of the object type
Public propertyDisplayName
Gets the display name of the object type
Public propertyItem
Gets the definition of an attribute by its name
Public propertySystemName
Gets the system name of the object type
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 the object type
(Overrides ObjectToString.)
Top
See Also