Represents a generic collection of mappings for properties of
BaseObject derived objects to appropriate data fields.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[ToolboxItemAttribute(false)] public class AppointmentMappingCollection : MappingCollectionBase<Appointment> |
Visual Basic |
---|
<ToolboxItemAttribute(False)> _ Public Class AppointmentMappingCollection _ Inherits MappingCollectionBase(Of Appointment) |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'MappingInfo>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, MappingInfo>)>)>
C1.C1Schedule..::..MappingCollectionBase<(Of <(<'Appointment>)>)>
C1.C1Schedule..::..AppointmentMappingCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'MappingInfo>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, MappingInfo>)>)>
C1.C1Schedule..::..MappingCollectionBase<(Of <(<'Appointment>)>)>
C1.C1Schedule..::..AppointmentMappingCollection