프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ConnectionData ( ) : System.Collections.Generic | ||
ConnectionData ( string outputIdentifier, string inputIdentifier ) : System.Collections.Generic | ||
Deserialize ( JSONClass cls ) : void | ||
GetInput ( ) : IConnectable | ||
GetOutput ( ) : IConnectable | ||
RecordRemoved ( IDataRecord record ) : void | ||
Remove ( ) : void | ||
Serialize ( JSONClass cls ) : void |
public ConnectionData ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public ConnectionData ( string outputIdentifier, string inputIdentifier ) : System.Collections.Generic | ||
outputIdentifier | string | |
inputIdentifier | string | |
리턴 | System.Collections.Generic |
public RecordRemoved ( IDataRecord record ) : void | ||
record | IDataRecord | |
리턴 | void |