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

Used internally to represent a requesting device.
Inheritance: Microsoft.WindowsAzure.StorageClient.TableServiceEntity
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Private Properties

Свойство Type Description
RequestEntity System

Méthodes publiques

Méthode Description
RequestEntity ( ) : System

Constructs an instance of RequestDataModel without any data defined.

Private Methods

Méthode 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 méthode

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