| InfoIdentifier Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.DataEngine
 Syntax
Syntaxpublic class InfoIdentifier
The InfoIdentifier type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | InfoIdentifier(BaseInfo) | 
            Creates a new info object identifier for the specified info object.
             | 
|  | InfoIdentifier(String, Int32) | 
            Creates a new info object identifier using the object type and ID.
             | 
|  | InfoIdentifier(String, String) | 
            Creates a new info object identifier using the object type and code name.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ObjectCodeName | 
            Gets the object code name. If this InfoIdentifier was initialized from ObjectID which does not represent an existing object, returns null.
             | 
|  | ObjectID | 
            Gets the object ID. If this InfoIdentifier instance was initialized from ObjectCodeName which does not represent an existing object, returns 0.
             | 
|  | ObjectType | 
            Gets the object type.
             | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | (BaseInfo to InfoIdentifier) | 
            Implicitly converts BaseInfo to InfoIdentifier.
             | 
|   | (InfoIdentifier to Int32) | 
            Implicitly converts InfoIdentifier to integer.
             | 
|   | (InfoIdentifier to String) | 
            Implicitly converts InfoIdentifier to string.
             | 
 See Also
See Also