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


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

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

    See Also