IdentifierStruct members
Contains properties of an Identifier object.
The IdentifierStruct type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdentifierStruct(Identifier) | Initializes a new instance of the class by using the properties of the specified Identifier object. | |
IdentifierStruct(UInt32, String, Boolean, Int32, String, Byte, UInt32, Guid) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
EntityId | Gets or sets the MetadataObjectId of the external content type that contains this identifier. | |
Id | Gets or sets the identifier (ID) of the metadata object. (Inherited from MetadataObjectStruct.) | |
IsCached | Gets or sets whether the metadata object is cached. (Inherited from MetadataObjectStruct.) | |
Name | Gets or sets the name of the metadata object. (Inherited from MetadataObjectStruct.) | |
ObjectVersion | Gets or sets the object version. (Inherited from MetadataObjectStruct.) | |
OrdinalNumber | Gets or sets the ordinal number. | |
PartitionId | Gets or sets the partition identifier (ID). (Inherited from MetadataObjectStruct.) | |
TypeName | Gets or sets the type name. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top