C# Class FiftyOne.Foundation.Mobile.Redirection.Azure.RequestEntity

Used internally to represent a requesting device.
Inheritance: Microsoft.WindowsAzure.StorageClient.TableServiceEntity
显示文件 Open project: 51Degrees/dotNET-Device-Detection

Private Properties

Property Type Description
RequestEntity System

Public Methods

Method Description
RequestEntity ( ) : System

Constructs an instance of RequestDataModel without any data defined.

Private Methods

Method Description
RequestEntity ( RequestRecord record ) : System

Constructs an instance of RequestDataModel using the unique request ID of the device as the primary key, and the last date the device related to the request was active.

Method Details

RequestEntity() public method

Constructs an instance of RequestDataModel without any data defined.
public RequestEntity ( ) : System
return System