C# Class GraphView.GraphViewConnection.NodeInfo

Show file Open project: Microsoft/GraphView

Public Properties

Property Type Description
tableName string

Public Methods

Method Description
AddEdge ( string edgeName, EdgeInfo info ) : bool
AddProperty ( string columnName, string columnType ) : bool
NodeInfo ( ) : System
ToString ( ) : string

Method Details

AddEdge() public method

public AddEdge ( string edgeName, EdgeInfo info ) : bool
edgeName string
info EdgeInfo
return bool

AddProperty() public method

public AddProperty ( string columnName, string columnType ) : bool
columnName string
columnType string
return bool

NodeInfo() public method

public NodeInfo ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

tableName public property

public string tableName
return string