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


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

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

    See Also