Virtual PhotonicsThe DatabaseReader TDatabase, TElement type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| DatabaseReader TDatabase, TElement (Func TDatabase, ICustomBinaryReader TElement ) |
Creates an instance of DatabaseReader with a map to create a binary reader. Use this overload
if you need database-specific information in order to deserialize (e.g. number of subregions, etc)
| |
| DatabaseReader TDatabase, TElement (ICustomBinaryReader TElement ) |
Creates an instance of DatabaseReader with a simple binary reader. Use this overload
if there is no database-specific information necessary for creating the reader
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| FromFile |
Creates a database of generic type Time from an XML file
| |
| FromFileInResources |
Creates a database of generic type Time from a file in resources
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
See Also