Table of Contents

Class ExternalizedMappingCollection

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Represents a collection of externalized property mappings.

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

Methods

GetKeyForItem(ExternalizedMapping)

Extracts the key from the specified externalized property.

protected override string GetKeyForItem(ExternalizedMapping item)

Parameters

item ExternalizedMapping

The externalized property from which to extract the key.

Returns

string

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