CollectionPropertyMapping Class |
Namespace: Colygon.MatchPoint.WebApi.Configuration
[SerializableAttribute] public sealed class CollectionPropertyMapping : PropertyMapping
The CollectionPropertyMapping type exposes the following members.
Name | Description | |
---|---|---|
CollectionPropertyMapping | Initializes a new instance of the CollectionPropertyMapping class |
Name | Description | |
---|---|---|
Mappings | Specifies child property mappings. | |
Name | Specifies the name of the property. (Inherited from PropertyMapping.) | |
ValueExpression | Specifies the expression that defines the value. This value is used as an enumerable and for each row all defined child mappings are then applied. Use the expression variable 'DataItem' to access the data. (Overrides PropertyMappingValueExpression.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Inherited from PropertyMapping.) |