IdentifierReference Members
Include Protected Members
Include Inherited Members
Represents a reference to an identifier.
The IdentifierReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
IdentifierReference | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
EntityReference | Gets a reference to the current external content type object. |
![]() |
Name | Gets the name of the identifier reference. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetIdentifier | Gets the referenced Identifier object. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetIdentifier | Gets the identifier if it exists or returns a null reference (Nothing in Visual Basic) if not found. |
Top