Implements a strongly typed collection of SchemaObjectWithOwnerCollection<(Of <(<'T>)>)> elements.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[SerializableAttribute]
public class TabularObjectBaseCollection : SchemaObjectWithOwnerCollection<ITabularObject>
Visual Basic
<SerializableAttribute>
Public Class TabularObjectBaseCollection
	Inherits SchemaObjectWithOwnerCollection(Of ITabularObject)

Remarks

TabularObjectBaseCollection provides an SchemaObjectWithOwnerCollection<(Of <(<'T>)>)> that is strongly typed for ITabularObject elements.

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'ITabularObject>)>)>
    NamedObjectCollection<(Of <(<'ITabularObject>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'ITabularObject>)>)>
        SchemaExplorer..::..SchemaObjectWithOwnerCollection<(Of <(<'ITabularObject>)>)>
          SchemaExplorer..::..TabularObjectBaseCollection

See Also