Implements a strongly typed collection of CommandSchema elements.

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::..Object
  ObservableList<(Of <(<'CommandSchema>)>)>
    NamedObjectCollection<(Of <(<'CommandSchema>)>)>
      SchemaExplorer..::..SchemaObjectCollection<(Of <(<'CommandSchema>)>)>
        SchemaExplorer..::..SchemaObjectWithOwnerCollection<(Of <(<'CommandSchema>)>)>
          SchemaExplorer..::..CommandSchemaCollection

See Also