[]
        
(Showing Draft Content)

C1.Win.C1Tile.PropertyMapping

PropertyMapping Class

Establishes an association between the property of an item from data source and the property of the corresponding Tile component.

Inheritance
PropertyMapping
Implements
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class PropertyMapping : ICloneable

Constructors

Name Description
PropertyMapping()

Initializes a new instance of a PropertyMapping.

Properties

Name Description
Comment

Gets or sets the comment for the PropertyMapping object.

DataField

Gets or sets the field of the data source which is mapped to the tile property.

Lookup

Encapsulates the lookup properties.

TileControl

Gets the owner C1TileControl.

TileProperty

Gets or sets the property of the Tile object that is a destination for mapping.

Methods

Name Description
Clone()

Creates a new PropertyMapping that is a copy of the current instance.

CloneMapping()

Creates a copy of the current PropertyMapping.

ShouldSerializeLookup()

This member is for internal use only.