C# Class GraphView.GraphViewConnection.EdgeInfo

Show file Open project: Microsoft/GraphView

Public Properties

Property Type Description
Sink string

Public Methods

Method Description
AddAtrribute ( string attributeName, string attributeType ) : bool
EdgeInfo ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
Tostring ( string edgeName ) : string
operator ( ) : bool

Method Details

AddAtrribute() public method

public AddAtrribute ( string attributeName, string attributeType ) : bool
attributeName string
attributeType string
return bool

EdgeInfo() public method

public EdgeInfo ( ) : System
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Tostring() public method

public Tostring ( string edgeName ) : string
edgeName string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Sink public property

public string Sink
return string