C# Класс AppActs.API.DataUploader.Device

Показать файл Открыть проект

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

Метод Описание
Device ( ) : System
Device ( IDeviceService iDeviceService, string version, System.DateTime timeWhenUsed, System.Guid applicationId ) : System
Location ( string country, string countryCode, string countryLevel1, string countryLevel1Code ) : void
Register ( string deviceModel, PlatformType platformType, string carrier, string platformOS, int timeZoneOffset, string locale, string manufac, int>.Tuple resolution ) : void
User ( SexType sexType, int age ) : void

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

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

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

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

public Device ( IDeviceService iDeviceService, string version, System.DateTime timeWhenUsed, System.Guid applicationId ) : System
iDeviceService IDeviceService
version string
timeWhenUsed System.DateTime
applicationId System.Guid
Результат System

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

public Location ( string country, string countryCode, string countryLevel1, string countryLevel1Code ) : void
country string
countryCode string
countryLevel1 string
countryLevel1Code string
Результат void

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

public Register ( string deviceModel, PlatformType platformType, string carrier, string platformOS, int timeZoneOffset, string locale, string manufac, int>.Tuple resolution ) : void
deviceModel string
platformType PlatformType
carrier string
platformOS string
timeZoneOffset int
locale string
manufac string
resolution int>.Tuple
Результат void

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

public User ( SexType sexType, int age ) : void
sexType SexType
age int
Результат void