Class ConfigurationOptionDescriptor
Inheritance
System.Object
ConfigurationOptionDescriptor
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()
Assembly: Snowflake.Framework.dll
Syntax
public class ConfigurationOptionDescriptor : IConfigurationOptionDescriptor
Properties
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
PathType
Declaration
public PathType PathType { get; }
Property Value
Private
Declaration
public bool Private { get; }
Property Value
Type |
Description |
System.Boolean |
|
SelectionOptions
Declaration
public IEnumerable<ISelectionOptionDescriptor> SelectionOptions { get; }
Property Value
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