Interface ITabularObjectContainer
TabularObjects that can contain other objects should use this interface, to allow easy enumerator of child objects.
Inherited Members
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public interface ITabularObjectContainer : ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Methods
GetChildren()
Declaration
IEnumerable<ITabularNamedObject> GetChildren()
Returns
Type | Description |
---|---|
IEnumerable<ITabularNamedObject> |