PropertyExpression Constructor |
| Name | Description | |
|---|---|---|
| PropertyExpression | Initializes a new instance of the PropertyExpression class | |
| PropertyExpression(IDictionary, String, PropertyExpression) |
Adds sub PropertyExpression for property inside IList | |
| PropertyExpression(IList, Int32, PropertyExpression) |
Adds sub PropertyExpression for property inside IList | |
| PropertyExpression(Object, String, PropertyExpression) | Initializes a new instance of the PropertyExpression class | |
| PropertyExpression(Object, String, Int32, Boolean, Boolean) |
Creates root expression - cannot set value directy, used for expression tree building
|