Entity.Get
| Name | Return Type | Description |
|---|---|---|
| Get<FieldType>(Field) | FieldType | Retrieves the value of the field in the entity. |
| Get<FieldType>(String) | FieldType | Retrieves the value of the field in the entity. |
| Get<FieldType>(Field, ForgeTypeId) | FieldType | Retrieves the value of the field in the entity. |
| Get<FieldType>(String, ForgeTypeId) | FieldType | Retrieves the value of the field in the entity. |