GraphCommandDefinition Class

Definition

Defines a particular command definition that can be used to group GraphCommands.

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

Constructors

GraphCommandDefinition(String, String, GraphContextDirection, Int32)

Creates a new GraphCommandDefinition.

Properties

BaseTypes

A definition representing a BaseTypes relationship.

Calls

A definition representing a Calls relationship.

Contains

A definition representing a Contains relationship.

DerivedTypes

A definition representing a DerivedTypes relationship.

Direction

The direction of GraphContexts within this command.

Id

The unique identifier for this command.

IsCalledBy

A definition representing an IsCalledBy relationship.

IsDefinedBy

A definition representing an IsDefinedBy relationship.

IsUsedBy

A definition representing an IsUsedBy relationship.

Label

The readable label for this command.

Priority

The priority used to sort the command when it is presented to the user. Commands with lower numbers are placed higher in the resulting sort.

Applies to