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

Syntax

C#
[SerializableAttribute]
public class SchemaObjectWithOwnerCollection<T> : SchemaObjectCollection<T>, 
	ISchemaObjectWithOwnerCollection<T>, ISchemaObjectCollection<T>, INamedObjectCollection<T>, IObservableList<T>, 
	IList<T>, ICollection<T>, INotifyCollectionChanged, INotifyPropertyChanged, IReadOnlySchemaObjectWithOwnerCollection<T>, 
	IReadOnlySchemaObjectCollection<T>, IReadOnlyNamedObjectCollection<T>, IReadOnlyCollection<T>, IEnumerable<T>, 
	IEnumerable
where T : ISchemaObjectWithOwner
Visual Basic
<SerializableAttribute>
Public Class SchemaObjectWithOwnerCollection(Of T As ISchemaObjectWithOwner)
	Inherits SchemaObjectCollection(Of T)
	Implements ISchemaObjectWithOwnerCollection(Of T), ISchemaObjectCollection(Of T), 
	INamedObjectCollection(Of T), IObservableList(Of T), IList(Of T), 
	ICollection(Of T), INotifyCollectionChanged, INotifyPropertyChanged, IReadOnlySchemaObjectWithOwnerCollection(Of T), 
	IReadOnlySchemaObjectCollection(Of T), IReadOnlyNamedObjectCollection(Of T), IReadOnlyCollection(Of T), 
	IEnumerable(Of T), IEnumerable

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'T>)>)>
    NamedObjectCollection<(Of <(<'T>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'T>)>)>
        SchemaExplorer..::..SchemaObjectWithOwnerCollection<(Of <(<'T>)>)>
          SchemaExplorer..::..CommandResultSchemaCollection
          SchemaExplorer..::..CommandSchemaCollection
          SchemaExplorer..::..TableSchemaCollection
          SchemaExplorer..::..TabularObjectBaseCollection
          SchemaExplorer..::..ViewSchemaCollection

See Also