Class ConfigurationSectionDescriptor<T>
Default constructor for IConfiguration
Inheritance
System.Object
ConfigurationSectionDescriptor<T>
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
Assembly: Snowflake.Framework.dll
Syntax
public class ConfigurationSectionDescriptor<T> : IConfigurationSectionDescriptor where T : class, IConfigurationSection<T>
Type Parameters
Name | Description |
---|---|
T | The type of the configuration. |
Properties
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System. |
DisplayName
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System. |
Item[String]
Declaration
public IConfigurationOptionDescriptor this[string optionKey] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
optionKey |
Property Value
Type | Description |
---|---|
IConfiguration |
Options
Declaration
public IEnumerable<IConfigurationOptionDescriptor> Options { get; }
Property Value
Type | Description |
---|---|
System. |
SectionKey
Declaration
public string SectionKey { get; }
Property Value
Type | Description |
---|---|
System. |
SectionName
Declaration
public string SectionName { get; }
Property Value
Type | Description |
---|---|
System. |