Nevron .NET Vision
Nevron.Diagram Namespace / NLibraryDocument Class / CreateDataObjectAdaptors Method


In This Topic
    CreateDataObjectAdaptors Method (NLibraryDocument)
    In This Topic
    Called to create the data object adapters aplicable for this document and add them in the document data object adapters collection
    Syntax
    'Declaration
     
    
    Protected Overrides Sub CreateDataObjectAdaptors() 
    'Usage
     
    
    Dim instance As NLibraryDocument
     
    instance.CreateDataObjectAdaptors()
    protected override void CreateDataObjectAdaptors()
    Remarks
    Overriden to add the NLibraryDataObjectAdaptor adapter
    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