Class SheetCellBase<T, TSerializable>
Inheritance
SheetCellBase<T, TSerializable>
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public abstract class SheetCellBase<T, TSerializable> : SheetCell, IEquatable<SheetCell>, IValueCell<T>, IValueCell
Type Parameters
| Name |
Description |
| T |
|
| TSerializable |
|
Constructors
|
Edit this page
View Source
SheetCellBase(string, T)
Declaration
protected SheetCellBase(string columnId, T value = default)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| T |
value |
|
Fields
|
Edit this page
View Source
value
Declaration
[SerializeField]
protected TSerializable value
Field Value
| Type |
Description |
| TSerializable |
|
Properties
|
Edit this page
View Source
Value
Declaration
public abstract T Value { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(SheetCell)
Declaration
public override bool Equals(SheetCell other)
Parameters
Returns
Overrides
|
Edit this page
View Source
GetBoxedValue()
Declaration
public object GetBoxedValue()
Returns
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ResetValue()
Declaration
Implements
Extension Methods