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


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

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

    See Also