Class ConfigurationTarget
Defines a unit of a IConfigurationCollection<T> that will be
evaluated independently into a tree of IAbstract
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. |
Explicit Interface Implementations
IConfigurationTarget.ChildTargets
Declaration
IReadOnlyDictionary<string, IConfigurationTarget> IConfigurationTarget.ChildTargets { get; }
Returns
Type | Description |
---|---|
System. |