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