Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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 Deserialize ( JSONClass cls ) : void | ||
cls | JSONClass | |
Результат | void |
public RecordRemoved ( IDataRecord record ) : void | ||
record | IDataRecord | |
Результат | void |