SfcObjectFlags Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SfcObjectFlags
[<System.Flags>]
type SfcObjectFlags = 
Public Enum SfcObjectFlags
Inheritance
SfcObjectFlags
Attributes

Fields

Deploy 64

Property is relevant for Deploy purpose.

The flag affects the behaviour of Differentiator. Property with this flag will processed by the Differentiator.

Design 32

Property is relevant for Design purpose.

The flag affects the behaviour of Differentiator. Property with this flag will processed by the Differentiator.

NaturalOrder 16

The NaturalOrder Flag indicates whether the ordering of the children in a parent-child relationship is important (true) or not (false).

The flag affects the behaviour of Differentiator. If it is true, then when the order of a child in one graph differs from that of another graph, the child object will appear as a “remove” entry from its original position, and as an “add” to the new position.

None 0

No flags

Applies to