Click or drag to resize

IEntityTypesServiceGetEntityProperties Method

Gets entity properties

Namespace:  Omada.OE.Model.EsAdapter
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
List<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: ListEntityProperty
List of properties and its types
See Also