Skip to main content

EntityPropertyExpression

An entity property expression is a property computed from a binding and/or C# or literal expressions.

Examples

The following example computes the record display name.


<EntityPropertyExpression Identifier="Directory_UserRecord_InternalDisplayName" Expression="C#:person:return person.LastName + " " + person.FirstName;"
EntityType="Directory_UserRecord" Property="InternalDisplayName" />

Properties

PropertyDetails
Binding optionalType Int64 Description References the binding used to compute the result.
EntityType requiredType Int64 Description Identifier of the referenced entity type
Expression optionalType String Description References the C# or literal expression used to compute the result. See more details on C# expressions.
Identifier requiredType String Description Unique identifier of the expression.
Priority default value: 0Type Int32 Description Specifies the execution priority.
Property requiredType Int64 Description Identifier of the referenced entity property
PropertyCriteria optionalType Int64 Description References the property criteria used to compute navigation properties.