Class GuidCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class GuidCell : SheetCellBase<Guid, string>, IEquatable<SheetCell>, IValueCell<Guid>, IValueCell
Constructors
|
Edit this page
View Source
GuidCell(string, Guid)
Declaration
public GuidCell(string columnId, Guid value = default)
Parameters
Properties
|
Edit this page
View Source
Value
Declaration
public override Guid Value { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
Implements
Extension Methods