C# Class GraphView.EdgeInfo

Show file Open project: Microsoft/GraphView Class Usage Examples

Public Properties

Property Type Description
ColumnAttributes IList
EdgeColumns string>>.List
EdgeUdfPrefix string
HasReversedEdge bool
IsReversedEdge bool
SinkNodes HashSet

Property Details

ColumnAttributes public property

public IList ColumnAttributes
return IList

EdgeColumns public property

public List> EdgeColumns
return string>>.List

EdgeUdfPrefix public property

public string EdgeUdfPrefix
return string

HasReversedEdge public property

public bool HasReversedEdge
return bool

IsReversedEdge public property

public bool IsReversedEdge
return bool

SinkNodes public property

public HashSet SinkNodes
return HashSet