Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
public class CategoryMappingCollection : MappingCollectionBase<Category>
Visual Basic
<ToolboxItemAttribute(False)> _
Public Class CategoryMappingCollection _
	Inherits MappingCollectionBase(Of Category)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'MappingInfo>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, MappingInfo>)>)>
      C1.C1Schedule..::..MappingCollectionBase<(Of <(<'Category>)>)>
        C1.C1Schedule..::..CategoryMappingCollection

See Also