BaseObject.EvaluateAlias Method
| Name | Parameters | Description |
|---|---|---|
| EvaluateAlias(String) protected | propertyName |
Calculates the value of a calculated property whose name is specified by the propertyName parameter. The expression used in calculation must be specified through the PersistentAlias or Calculated attribute.
|
| EvaluateAlias<T>(String) protected | propertyName |
Calculates the value of a calculated property whose name is specified by the propertyName parameter. The expression used in calculation must be specified through the PersistentAlias or Calculated attribute.
|