Click or drag to resize

CollectionPropertyMapping Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WebApi.ConfigurationPropertyMapping
    Colygon.MatchPoint.WebApi.ConfigurationCollectionPropertyMapping

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class CollectionPropertyMapping : PropertyMapping

The CollectionPropertyMapping type exposes the following members.

Constructors
  NameDescription
Public methodCollectionPropertyMapping
Initializes a new instance of the CollectionPropertyMapping class
Top
Properties
  NameDescription
Public propertyMappings
Specifies child property mappings.
Public propertyName
Specifies the name of the property.
(Inherited from PropertyMapping.)
Public propertyValueExpression
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.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Inherited from PropertyMapping.)
Top
Remarks
This is a MatchPoint configuration class.
See Also