C# Класс StopGuessing.AccountStorage.Sql.SuccessfulLoginCookieEntity

Наследование: Microsoft.WindowsAzure.Storage.Table.TableEntity
Показать файл Открыть проект

Открытые методы

Метод Описание
SuccessfulLoginCookieEntity ( ) : System
SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System

Описание методов

SuccessfulLoginCookieEntity() публичный Метод

public SuccessfulLoginCookieEntity ( ) : System
Результат System

SuccessfulLoginCookieEntity() публичный Метод

public SuccessfulLoginCookieEntity ( string usernameOrAccountId, string hashOfCookie, System.DateTime lastSeenUtc = null ) : System
usernameOrAccountId string
hashOfCookie string
lastSeenUtc System.DateTime
Результат System