Class EnumCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class EnumCell : SheetCell<Enum>, IEquatable<SheetCell>, IValueCell<Enum>, IValueCell, ISearchableCell
Constructors
|
Edit this page
View Source
EnumCell(string, Enum)
Declaration
public EnumCell(string columnId, Enum value = null)
Parameters
Methods
|
Edit this page
View Source
GetSearchText()
Declaration
public string GetSearchText()
Returns
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
Implements
Extension Methods