Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NDataSourceImporter Class
Properties Methods Events


In This Topic
    NDataSourceImporter Class Members
    In This Topic

    The following tables list the members exposed by NDataSourceImporter.

    Public Properties
     NameDescription
    Public PropertyGets/sets the document in which the data source is imported. By default the shapes are imported in the active layer of the specified document.  
    Public PropertyGets/sets factory which must create shapes for the generated edges. If this property left unassigned the importer will generate NRoutableConnector edges.  
    Public PropertyGets/sets the name of the edge shapes, which are created from the edge shapes factory.  
    Public PropertyGets/sets the name of the style sheet to apply to impoterd edges  
    Public PropertyDetermines whether the data source importer is currently importing shapes  
    Public PropertyGets/sets the layout, which must be applied to the imported shapes. If set to null the data source importer will not layout the imported shapes.  
    Public PropertyGets/sets the name of the transaction, which will be recorded in the document as a result of the import operation  
    Public PropertyGets/sets factory which must create shapes for the generated vertices. This property must be set to a valid instance before you call the Import method.  
    Public PropertyGets/sets the name of the vertex shapes, which are created from the vertex shapes factory. This property must be set to a valid shape name for the chosen VertexShapesFactory.  
    Public PropertyGets/sets the name of the style sheet to apply to imported vertices  
    Top
    Public Methods
     NameDescription
    Public MethodGets a list of the imported edge shapes. Call this method only while the data source importer is in importing state.  
    Public MethodGets a list of the imported vertex shapes. Call this method only while the data source importer is in importing state.  
    Public MethodMust override to perform the import  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates a layout context for the imported shapes layout  
    Protected MethodPerforms the layout specified by the Layout property to the currently imported shapes  
    Protected MethodImports an edge shape, which was created for the specified data record and raises the EdgeImported event  
    Protected MethodImports the vertex shape, which was created for the specified data record and raises the VertexImported event.  
    Protected MethodCreates a new edge  
    Protected MethodCreates a new vertex shape  
    Protected MethodCalled when the import has ended  
    Protected MethodCalled when the import has started  
    Protected MethodResets any importer state maintained during the import operation  
    Protected MethodValidates the import operation. Throws an exception if the import cannot be performed  
    Top
    Public Events
     NameDescription
    Public EventRaised when an edge shape has been generated by the importer  
    Public EventRaised when the import has ended unsuccessfully  
    Public EventRaised when the import has started  
    Public EventRaised when the import has ended successfully  
    Public EventRaised when a vertex shape has been generated by the importer  
    Top
    See Also