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

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class AppointmentMappingCollection : MappingCollectionBase<Appointment>
Visual Basic
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

See Also