Implements a strongly typed collection of DataObjectBase elements.
Namespace: SchemaExplorerAssembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
[SerializableAttribute] public class DataObjectBaseCollection<T> : SchemaObjectCollection<T> where T : IDataObject |
Visual Basic |
---|
<SerializableAttribute> Public Class DataObjectBaseCollection(Of T As IDataObject) Inherits SchemaObjectCollection(Of T) |
Type Parameters
- T
Remarks
DataObjectBaseCollection provides an SchemaObjectCollection<(Of <(<'T>)>)>
that is strongly typed for IDataObject elements.
Inheritance Hierarchy
System..::..Object
ObservableList<(Of <(<'T>)>)>
NamedObjectCollection<(Of <(<'T>)>)>
SchemaExplorer..::..SchemaObjectCollection<(Of <(<'T>)>)>
SchemaExplorer..::..DataObjectBaseCollection<(Of <(<'T>)>)>
SchemaExplorer..::..ColumnSchemaCollection
SchemaExplorer..::..CommandResultColumnSchemaCollection
SchemaExplorer..::..ViewColumnSchemaCollection
ObservableList<(Of <(<'T>)>)>
NamedObjectCollection<(Of <(<'T>)>)>
SchemaExplorer..::..SchemaObjectCollection<(Of <(<'T>)>)>
SchemaExplorer..::..DataObjectBaseCollection<(Of <(<'T>)>)>
SchemaExplorer..::..ColumnSchemaCollection
SchemaExplorer..::..CommandResultColumnSchemaCollection
SchemaExplorer..::..ViewColumnSchemaCollection