Свойство | Тип | Описание | |
---|---|---|---|
AddNode | void | ||
RemoveNode | void |
Метод | Описание | |
---|---|---|
AddConnection ( IConnectable output, IConnectable input ) : void | ||
AddConnection ( string output, string input ) : void | ||
AddItem ( IDiagramNodeItem item ) : void | ||
CleanUpDuplicates ( ) : void | ||
ClearInput ( IConnectable input ) : void |
Removes all connections to an input
|
|
ClearOutput ( IConnectable output ) : void |
Removes all connections from an output
|
|
CreateDefaultFilter ( string identifier = null ) : IGraphFilter | ||
FindType ( string clrTypeString ) : |
||
Initialize ( ) : void | ||
InvertGraph ( ) : Invert.Core | ||
PopFilter ( ) : void | ||
PopToFilter ( IGraphFilter filter1 ) : void | ||
PopToFilterById ( string filterId ) : void | ||
PushFilter ( IGraphFilter filter ) : void | ||
RecordRemoved ( IDataRecord record ) : void | ||
RemoveConnection ( IConnectable output, IConnectable input ) : void |
Removes a connection from this graph
|
|
RemoveItem ( IDiagramNodeItem nodeItem ) : void | ||
Save ( ) : void | ||
Validate ( ) : List |
Gets a list of errors about this node or its children
|
|
Validate ( List |
Validates this node decorating a list of errors
|
Метод | Описание | |
---|---|---|
AddNode ( IDiagramNode data ) : void | ||
RemoveNode ( IDiagramNode node, bool removePositionData = true ) : void |
public AddConnection ( IConnectable output, IConnectable input ) : void | ||
output | IConnectable | |
input | IConnectable | |
Результат | void |
public AddConnection ( string output, string input ) : void | ||
output | string | |
input | string | |
Результат | void |
public AddItem ( IDiagramNodeItem item ) : void | ||
item | IDiagramNodeItem | |
Результат | void |
public ClearInput ( IConnectable input ) : void | ||
input | IConnectable | |
Результат | void |
public ClearOutput ( IConnectable output ) : void | ||
output | IConnectable | |
Результат | void |
public CreateDefaultFilter ( string identifier = null ) : IGraphFilter | ||
identifier | string | |
Результат | IGraphFilter |
public FindType ( string clrTypeString ) : |
||
clrTypeString | string | |
Результат |
public PopToFilter ( IGraphFilter filter1 ) : void | ||
filter1 | IGraphFilter | |
Результат | void |
public PopToFilterById ( string filterId ) : void | ||
filterId | string | |
Результат | void |
public PushFilter ( IGraphFilter filter ) : void | ||
filter | IGraphFilter | |
Результат | void |
public RecordRemoved ( IDataRecord record ) : void | ||
record | IDataRecord | |
Результат | void |
public RemoveConnection ( IConnectable output, IConnectable input ) : void | ||
output | IConnectable | The output of the connection. |
input | IConnectable | The input of the connection. |
Результат | void |
public RemoveItem ( IDiagramNodeItem nodeItem ) : void | ||
nodeItem | IDiagramNodeItem | |
Результат | void |