Scheduler for WinRT
AppointmentMappingCollection Class
Members 


Represents a generic collection of mappings for properties of BaseObject derived objects to appropriate data fields.
Object Model
AppointmentMappingCollection Class
Syntax
'Declaration
 
Public Class AppointmentMappingCollection 
   Inherits C1.C1Schedule.MappingCollectionBase(Of Appointment)
'Usage
 
Dim instance As AppointmentMappingCollection
public class AppointmentMappingCollection : C1.C1Schedule.MappingCollectionBase<Appointment> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.MappingCollectionBase<T>
            C1.C1Schedule.AppointmentMappingCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppointmentMappingCollection Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.