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


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

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

    See Also