C# Class GraphView.GraphViewConnection.EdgeInfo

Afficher le fichier Open project: Microsoft/GraphView

Méthodes publiques

Свойство Type Description
Sink string

Méthodes publiques

Méthode 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 méthode

public AddAtrribute ( string attributeName, string attributeType ) : bool
attributeName string
attributeType string
Résultat bool

EdgeInfo() public méthode

public EdgeInfo ( ) : System
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Tostring() public méthode

public Tostring ( string edgeName ) : string
edgeName string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Sink public_oe property

public string Sink
Résultat string