EntityReference 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 | |
---|---|---|
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. | |
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