GraphCommand Class

Definition

public ref class GraphCommand
public class GraphCommand
type GraphCommand = class
Public Class GraphCommand
Inheritance
GraphCommand

Constructors

GraphCommand(GraphCommandDefinition, IEnumerable<GraphCategory>, IEnumerable<GraphCategory>, Boolean)

Creates a new GraphCommand.

Properties

Definition

The GraphCommandDefinition to which this command belongs.

LinkCategories

The link categories that connect to the results of this command.

TargetCategories

The target node categories that will be the result of this command.

TrackChanges

True if the command supports tracking changes to the results.

Applies to