C# 클래스 GraphView.GraphViewConnection.EdgeInfo

파일 보기 프로젝트 열기: Microsoft/GraphView

공개 프로퍼티들

프로퍼티 타입 설명
Sink string

공개 메소드들

메소드 설명
AddAtrribute ( string attributeName, string attributeType ) : bool
EdgeInfo ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
Tostring ( string edgeName ) : string
operator ( ) : bool

메소드 상세

AddAtrribute() 공개 메소드

public AddAtrribute ( string attributeName, string attributeType ) : bool
attributeName string
attributeType string
리턴 bool

EdgeInfo() 공개 메소드

public EdgeInfo ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Tostring() 공개 메소드

public Tostring ( string edgeName ) : string
edgeName string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Sink 공개적으로 프로퍼티

public string Sink
리턴 string