Table of Contents

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 Description
string

Type

public abstract ExtendedPropertyType Type { get; }

Property Value

Type Description
ExtendedPropertyType

Value

public string Value { get; set; }

Property Value

Type Description
string

Methods

IsValidJson(string)

public static bool IsValidJson(string value)

Parameters

Type Name Description
string value

Returns

Type Description
bool

IsValidJson(string, out Exception)

public static bool IsValidJson(string value, out Exception exception)

Parameters

Type Name Description
string value
Exception exception

Returns

Type Description
bool

ThrowIfInvalidJson(string)

public static void ThrowIfInvalidJson(string value)

Parameters

Type Name Description
string value