API Reference

Enum

VisioDependencyNodeKind

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Dependency diagram node kind.

Inheritance

  • Enum
  • VisioDependencyNodeKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const VisioDependencyNodeKind Component #

Standard process, service, or component.

Value: 0
public const VisioDependencyNodeKind Data #

Data store or stateful dependency.

Value: 1
public const VisioDependencyNodeKind External #

External actor, client, or system.

Value: 2
public const VisioDependencyNodeKind Decision #

Decision, gateway, or policy dependency.

Value: 3