Class ConfigurationTarget
Defines a unit of a IConfigurationCollection<T> that will be evaluated independently into a tree of IAbstractConfigurationNode that will be evaluated and produce an output or side effects.
Inheritance
System.Object
ConfigurationTarget
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Configuration.Serialization
Assembly: Snowflake.Framework.dll
Syntax
public class ConfigurationTarget : IConfigurationTarget
Properties
TargetName
Declaration
public string TargetName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Explicit Interface Implementations
IConfigurationTarget.ChildTargets
Declaration
IReadOnlyDictionary<string, IConfigurationTarget> IConfigurationTarget.ChildTargets { get; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyDictionary<System.String, IConfigurationTarget> |