EntityType
The EntityType object is of type PSObject and provides access to the metadata information of a specific entity from the ERP-System.
Syntax
$entityType.Name
Following properties are available:
Type |
Name |
Description |
---|---|---|
string |
Name |
The name of the EntityType. |
string |
Namespace |
The namespace where the EntityType is located in. |
System.Uri |
Service |
The Url of the Service. |
string |
EntitySet |
The name of the EntitSet which the Entity belongs to. |
Property[] |
Keys |
The Key properties which uniquely identifies the Entity. |
Property[] |
Properties |
The available properties for the Entity. |
Navigationproperties |
The available navigation properties for the Entity. |