VPDatabaseReader TDatabase, TElement  MembersVirtual Photonics - VTS Library
Virtual Photonics

The DatabaseReader TDatabase, TElement  type exposes the following members.
Constructors

  NameDescription
Public methodDatabaseReader 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)
Public methodDatabaseReader 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
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFromFile
Creates a database of generic type Time from an XML file
Public methodFromFileInResources
Creates a database of generic type Time from a file in resources
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also