Click or drag to resize

ModelDiagramShapeType Enumeration

Describes what a shape 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 ModelDiagramShapeType
Members
  Member nameValueDescription
Fake0 Fake shape, abstract not representing an object in particular.
ContentType1 The shape represents a content-type.
LinkedContentType2 The shape representes a content-type from another model.
See Also