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

Class ConfigurationOptionDescriptor

Default constructor for IConfigurationOptionDescriptor

Inheritance
System.Object
ConfigurationOptionDescriptor
Implements
IConfigurationOptionDescriptor
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 ConfigurationOptionDescriptor : IConfigurationOptionDescriptor

Properties

CustomMetadata

Declaration
public IDictionary<string, object> CustomMetadata { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Default

Declaration
public object Default { get; }
Property Value
Type Description
System.Object

Description

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

DisplayName

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

Flag

Declaration
public bool Flag { get; }
Property Value
Type Description
System.Boolean

Increment

Declaration
public double Increment { get; }
Property Value
Type Description
System.Double

IsPath

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean

IsSelection

Declaration
public bool IsSelection { get; }
Property Value
Type Description
System.Boolean

Max

Declaration
public double Max { get; }
Property Value
Type Description
System.Double

Min

Declaration
public double Min { get; }
Property Value
Type Description
System.Double

OptionKey

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

OptionName

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

OptionType

Declaration
public ConfigurationOptionType OptionType { get; }
Property Value
Type Description
ConfigurationOptionType

PathType

Declaration
public PathType PathType { get; }
Property Value
Type Description
PathType

Private

Declaration
public bool Private { get; }
Property Value
Type Description
System.Boolean

SelectionOptions

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

Simple

Declaration
public bool Simple { get; }
Property Value
Type Description
System.Boolean

Type

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

Unset

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

Implements

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