| IEntityTypesServiceGetEntityProperties Method |
Gets entity properties
Namespace:
Omada.OE.Model.EsAdapter
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
SyntaxList<EntityProperty> GetEntityProperties(
Type entityType,
bool includeLookups = false,
string prefix = ""
)
Parameters
- entityType
- Type: SystemType
Type of entity - includeLookups (Optional)
- Type: SystemBoolean
Flag indicating whether referenced lookup properties should be included - prefix (Optional)
- Type: SystemString
Entity name prefix
Return Value
Type:
ListEntityPropertyList of properties and its types
See Also