EntityInstanceReference Members
Include Protected Members
Include Inherited Members
Represents a reference to an External Item.
The EntityInstanceReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityInstanceReference | Creates a reference to the given External Item. |
Top
Properties
Name | Description | |
---|---|---|
Identity | Gets the identity of the referenced External Item. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Deserialize | Creates an EntityInstanceReference corresponding to the given string representation using metadata from the given Metadata Store. | |
Equals | Checks whether two objects are identical. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this object. (Overrides Object.GetHashCode().) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
Materialize() | Returns the referenced External Item with default options. | |
Materialize(Boolean) | Returns the referenced External Item with the option to do a delayed read. | |
Materialize(OperationMode) | Returns the referenced External Item by using the given operation mode. | |
Materialize(OperationMode, Boolean) | Returns the referenced External Item using the specified operation mode and the option to do a delayed read. | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ReferenceToView | Creates a reference to another view of the same external content type instance. | |
Serialize | Gets a string representation of the entity instance reference. | |
ToString | (Inherited from Object.) |
Top