SfcObjectFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No flags |
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. |
Design | 32 | Property is relevant for Design purpose. The flag affects the behaviour of Differentiator. Property with this flag will processed by the Differentiator. |
Deploy | 64 | Property is relevant for Deploy purpose. The flag affects the behaviour of Differentiator. Property with this flag will processed by the Differentiator. |