• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class ConfigurationSectionDescriptor<T>

Default constructor for IConfigurationSectionDescriptor

Inheritance
System.Object
ConfigurationSectionDescriptor<T>
Implements
IConfigurationSectionDescriptor
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.String

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String

Item[String]

Declaration
public IConfigurationOptionDescriptor this[string optionKey] { get; }
Parameters
Type Name Description
System.String optionKey
Property Value
Type Description
IConfigurationOptionDescriptor

Options

Declaration
public IEnumerable<IConfigurationOptionDescriptor> Options { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IConfigurationOptionDescriptor>

SectionKey

Declaration
public string SectionKey { get; }
Property Value
Type Description
System.String

SectionName

Declaration
public string SectionName { get; }
Property Value
Type Description
System.String

Implements

IConfigurationSectionDescriptor
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.