Nevron .NET Vision
Nevron.Diagram Namespace / NDataObjectAdaptorCollection Class
Members


In This Topic
    NDataObjectAdaptorCollection Class
    In This Topic
    The NDataObjectAdaptorCollection class is a strongly typed collection, containging NDataObjectAdaptor instances
    Object Model
    NDataObjectAdaptorCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NDataObjectAdaptorCollection 
       Inherits System.Collections.CollectionBase
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NDataObjectAdaptorCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NDataObjectAdaptorCollection : System.Collections.CollectionBase, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    A reference to this class can be obtained from the NDocument DataObjectAdaptors property.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.Diagram.NDataObjectAdaptorCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also