Entity
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| Entity() | None | The default-constructed Entity is invalid. |
| Entity(Entity) | None | Constructs a new copy of the input ESEntity object. |
| Entity(Guid) | None | Creates a new Entity corresponding to the Schema of the specified GUID. |
| Entity(Schema) | None | Creates a new Entity corresponding to the Schema. |