Click or drag to resize

ModelDiagramLinkType Enumeration

Describes what a link is representing in the model diagram.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum ModelDiagramLinkType
Members
  Member nameValueDescription
Fake0 Fake link, abstract not representing an object in particular.
ContentRelation1 The link represents a relation between two content-types.
See Also