QueryCollection ClassCleanCode C# Libraries v1.2.03 API
An empty class, needed only to give a name to a generic type instance to be used in a serialized file of Query objects.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.ObjectModel Collection Query 
    CleanCode.DatabaseControls QueryCollection

Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public class QueryCollection : Collection<Query>
Remarks

This class is not needed by the developer; it is exposed only because serialization requires it.

Since CleanCode 0.9.25.

See Also