Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Used when importing systems to provide a reference before the definition is read.
The EntityReference type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
EntityReference | Initializes an instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets the name of the external content type. |
![]() |
Namespace | Gets the namespace of the external content type. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEntity() | Gets the external content type. |
![]() |
GetEntity(Boolean) | Gets the external content type by using a Boolean parameter to check the existence of the external content type and throws an exception if the external content type is not found. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetEntity | Gets the external content type pointed to by the reference and returns a a null reference (Nothing in Visual Basic) reference if the external content type is not found. |
Top