C# Class FiftyOne.Foundation.Mobile.Detection.Factories.CommonFactory

Extension methods used to load data into the data set entity. Used at the start of both memory and stream factories. Objects of this class should not be created directly as they are part of the internal logic.
Mostra file Open project: 51Degrees/dotNET-Device-Detection Class Usage Examples

Private Methods

Method Description
LoadHeader ( FiftyOne.Foundation.Mobile.Detection.Entities.DataSet dataSet, BinaryReader reader ) : void

Loads the data set headers information.

ReadDate ( BinaryReader reader ) : System.DateTime

Reads a date in year, month and day order from the reader.