Interface ITabularNamedObject
Assembly: TOMWrapper.dll
Syntax
public interface ITabularNamedObject : ITabularObject, INotifyPropertyChanged, INamedObject
Properties
Declaration
int MetadataIndex { get; }
Property Value
Methods
CanDelete()
Declaration
Returns
CanDelete(out string)
Declaration
bool CanDelete(out string message)
Parameters
Type |
Name |
Description |
string |
message |
|
Returns
CanEditName()
True if the Name property of this object can be changed, false otherwise.
Declaration
Returns
Delete()
Declaration
Extension Methods