| LookupPropertyDetails Constructor |
Constructor
Namespace:
Omada.OE.Model.EsAdapter
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic LookupPropertyDetails(
Type lookupEntity,
Type nestedPropertyType = null,
params string[] propertyNames
)
Parameters
- lookupEntity
- Type: SystemType
Type of the entity that lookup is performed on - nestedPropertyType (Optional)
- Type: SystemType
Type of the nested property if lookup is on nested property - propertyNames
- Type: SystemString
Names of all properties in lookup tree
See Also