Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 | ||
return | System.Collections.Generic |
public ConnectionData ( string outputIdentifier, string inputIdentifier ) : System.Collections.Generic | ||
outputIdentifier | string | |
inputIdentifier | string | |
return | System.Collections.Generic |
public RecordRemoved ( IDataRecord record ) : void | ||
record | IDataRecord | |
return | void |