Class ExtendedProperty
- Inheritance
-
ExtendedProperty
- Implements
-
- Derived
-
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
public abstract class ExtendedProperty : INamedObject
- Extension Methods
-
Constructors
ExtendedProperty()
protected ExtendedProperty()
Properties
Name
public string Name { get; set; }
Property Value
Type
public abstract ExtendedPropertyType Type { get; }
Property Value
Value
public string Value { get; set; }
Property Value
Methods
IsValidJson(string)
public static bool IsValidJson(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
IsValidJson(string, out Exception)
public static bool IsValidJson(string value, out Exception exception)
Parameters
Returns
ThrowIfInvalidJson(string)
public static void ThrowIfInvalidJson(string value)
Parameters
Type |
Name |
Description |
string |
value |
|