[]
        
(Showing Draft Content)

C1.Win.C1Tile.MappingCollection

MappingCollection Class

Represents a collection of data mapping objects.

Inheritance
MappingCollection
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class MappingCollection : Collection<PropertyMapping>, IList<PropertyMapping>, ICollection<PropertyMapping>, IList, ICollection, IReadOnlyList<PropertyMapping>, IReadOnlyCollection<PropertyMapping>, IEnumerable<PropertyMapping>, IEnumerable

Properties

Name Description
this[TileProperty]

Gets the first PropertyMapping for the specified tile property.

Methods

Name Description
Contains(TileProperty)

Determines whether this collection contains a PropertyMapping for the specified tile property.

IndexOf(TileProperty)

Determines index of the first PropertyMapping for the specified tile property.

InsertItem(int, PropertyMapping)

Inserts a PropertyMapping into the MappingCollection at the specified index.

Remove(TileProperty)

Removes the first occurrence of the PropertyMapping for the specified tile property from the collection.

SetItem(int, PropertyMapping)

Replaces the PropertyMapping at the specified index.