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

Class SelectionOptionDescriptor

Inheritance
System.Object
SelectionOptionDescriptor
Implements
ISelectionOptionDescriptor
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 SelectionOptionDescriptor : ISelectionOptionDescriptor

Properties

DisplayName

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

EnumName

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

EnumType

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

NumericValue

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

Private

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

SerializeAs

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

Implements

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