Table of Contents

Interface IExtendedPropertyObject

Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll
public interface IExtendedPropertyObject : ITabularObject, INotifyPropertyChanged
Extension Methods

Properties

ExtendedProperties

ExtendedPropertyCollection ExtendedProperties { get; }

Property Value

Type Description
ExtendedPropertyCollection

Methods

GetExtendedProperties()

IEnumerable<string> GetExtendedProperties()

Returns

Type Description
IEnumerable<string>

GetExtendedProperty(int)

string GetExtendedProperty(int index)

Parameters

Type Name Description
int index

Returns

Type Description
string

GetExtendedProperty(string)

string GetExtendedProperty(string name)

Parameters

Type Name Description
string name

Returns

Type Description
string

GetExtendedPropertyCount()

int GetExtendedPropertyCount()

Returns

Type Description
int

GetExtendedPropertyType(int)

ExtendedPropertyType GetExtendedPropertyType(int index)

Parameters

Type Name Description
int index

Returns

Type Description
ExtendedPropertyType

GetExtendedPropertyType(string)

ExtendedPropertyType GetExtendedPropertyType(string name)

Parameters

Type Name Description
string name

Returns

Type Description
ExtendedPropertyType

GetNewExtendedPropertyName()

string GetNewExtendedPropertyName()

Returns

Type Description
string

HasExtendedProperty(string)

bool HasExtendedProperty(string name)

Parameters

Type Name Description
string name

Returns

Type Description
bool

RemoveExtendedProperty(string)

void RemoveExtendedProperty(string name)

Parameters

Type Name Description
string name

SetExtendedProperty(int, string, ExtendedPropertyType)

void SetExtendedProperty(int index, string value, ExtendedPropertyType type)

Parameters

Type Name Description
int index
string value
ExtendedPropertyType type

SetExtendedProperty(string, string, ExtendedPropertyType)

void SetExtendedProperty(string name, string value, ExtendedPropertyType type)

Parameters

Type Name Description
string name
string value
ExtendedPropertyType type