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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also