Interface IAnnotationObject
Objects that have annotations
Assembly: TOMWrapper.dll
Syntax
public interface IAnnotationObject : ITabularObject, INotifyPropertyChanged
Properties
Annotations
Declaration
AnnotationCollection Annotations { get; }
Property Value
Methods
ClearAnnotations()
Declaration
GetAnnotation(int)
Declaration
string GetAnnotation(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
GetAnnotation(string)
Declaration
string GetAnnotation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
GetAnnotations()
Declaration
IEnumerable<string> GetAnnotations()
Returns
GetAnnotationsCount()
Declaration
int GetAnnotationsCount()
Returns
GetNewAnnotationName()
Declaration
string GetNewAnnotationName()
Returns
HasAnnotation(string)
Declaration
bool HasAnnotation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
RemoveAnnotation(string)
Declaration
void RemoveAnnotation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
SetAnnotation(int, string)
Declaration
void SetAnnotation(int index, string value)
Parameters
SetAnnotation(string, string)
Declaration
void SetAnnotation(string name, string value)
Parameters
Extension Methods