Table of Contents

Interface ITabularNamedObject

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

Properties

MetadataIndex

int MetadataIndex { get; }

Property Value

Type Description
int

Methods

CanDelete()

bool CanDelete()

Returns

Type Description
bool

CanDelete(out string)

bool CanDelete(out string message)

Parameters

Type Name Description
string message

Returns

Type Description
bool

CanEditName()

True if the Name property of this object can be changed, false otherwise.

bool CanEditName()

Returns

Type Description
bool

Delete()

void Delete()