Show / Hide Table of Contents

Struct EnumItem<T>

Represents an enum item which can be used in a combobox.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public struct EnumItem<T>
Type Parameters
Name Description
T

Constructors

Name Description
EnumItem(T, String)

Initializes a new instance of EnumItem<T>.

Fields

Name Description
Description

Gets the description of the enum value.

Value

Gets the enum value.

Extension Methods

ColumnExtensions.WithDefaultValue<TColumn, TValue>(TColumn, TValue, String, String)
ColumnExtensions.WithValueComparer<TColumn, TValue>(TColumn, IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest