Class JObjectCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class JObjectCell : SheetCellBase<JObject, string>, IEquatable<SheetCell>, IValueCell<JObject>, IValueCell, IStringCell, ISearchableCell
Constructors
|
Edit this page
View Source
JObjectCell(string, JObject)
Declaration
public JObjectCell(string columnId, JObject value = null)
Parameters
| Type |
Name |
Description |
| string |
columnId |
|
| JObject |
value |
|
Properties
|
Edit this page
View Source
Value
Declaration
public override JObject Value { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
GetSearchText()
Declaration
public string GetSearchText()
Returns
|
Edit this page
View Source
GetStringValue()
Declaration
public string GetStringValue()
Returns
|
Edit this page
View Source
IsNullOrEmpty()
Declaration
public override bool IsNullOrEmpty()
Returns
Overrides
|
Edit this page
View Source
SetStringValue(string)
Declaration
public void SetStringValue(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
|
Edit this page
View Source
TrimStringValue()
Declaration
public void TrimStringValue()
Implements
Extension Methods