DomainNodeLocation Class

Wraps an IConfigurationDomainNode with information about it's location. Primarily used by AdminConfigurationManagerBase and it's implementations to generate a node reference.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class DomainNodeLocation
Inheritance
Object    DomainNodeLocation

Constructors

DomainNodeLocation Constructor.

Properties

IsRoot Indicates whether this is a root node (has a parent or not).
Node The node this location object is for.
Parent The node's parent location.

Methods

CreateSubNodeLocation Helper to create a location for this node's sub node.

See Also