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