adTempus API
ArcanaDevelopment.adTempus.Client.Collections Namespace / EffectiveScheduleCollection Class
Members


In This Topic
    EffectiveScheduleCollection Class
    In This Topic
    Object Model
    EffectiveScheduleCollection ClassEffectiveSchedule Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class EffectiveScheduleCollection 
       Inherits ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT(Of EffectiveSchedule)
    [DefaultMember("Item")]
    public ref class EffectiveScheduleCollection sealed : public ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<EffectiveSchedule> 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.Collections.ObjectCollectionT<T>
          ArcanaDevelopment.adTempus.Client.Collections.ADTObjectCollectionT<T>
             ArcanaDevelopment.adTempus.Client.Collections.EffectiveScheduleCollection

    See Also