This class provides information on the mapping of the single property of the object to the appropriate data field.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DefaultPropertyAttribute("MappingName")]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[ToolboxItemAttribute(false)]
public class MappingInfo : Component
Visual Basic (Declaration)
<DefaultPropertyAttribute("MappingName")> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<ToolboxItemAttribute(False)> _
Public Class MappingInfo _
	Inherits Component

Inheritance Hierarchy

See Also