| InfoIdentifier Class |
Namespace: CMS.DataEngine
public class InfoIdentifier
The InfoIdentifier type exposes the following members.
| 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.
|
| 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.
|
| 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.
|