Implements a strongly typed collection of ViewSchema elements.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'ViewSchema>)>)>
    NamedObjectCollection<(Of <(<'ViewSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'ViewSchema>)>)>
        SchemaExplorer..::..SchemaObjectWithOwnerCollection<(Of <(<'ViewSchema>)>)>
          SchemaExplorer..::..ViewSchemaCollection

See Also