Click or drag to resize
weroSoft AG, Software
NodeClassifying Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines where a node may be placed in the configuration structure.

Namespace:  WeroSoft.Configuration
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum NodeClassifying
Members
  Member nameValueDescription
Any0 The node can be placed anywhere in the structure.
RootOnly1 The node can be placed in the root only.
NotRoot2 The node can be placed anywhere but not in the root.
See Also