Table of Contents

Class PropertyMappingCollection

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Represents a collection of dynamic property mappings.

public class PropertyMappingCollection : KeyedCollection<string, PropertyMapping>, IList<PropertyMapping>, ICollection<PropertyMapping>, IList, ICollection, IReadOnlyList<PropertyMapping>, IReadOnlyCollection<PropertyMapping>, IEnumerable<PropertyMapping>, IEnumerable
Inheritance
PropertyMappingCollection
Implements
Inherited Members

Methods

GetKeyForItem(PropertyMapping)

Extracts the key from the specified property mapping.

protected override string GetKeyForItem(PropertyMapping item)

Parameters

item PropertyMapping

The property mapping from which to extract the key.

Returns

string

The key for the specified property mapping. The current key is the name of the property mapping.