C# Класс Orc.Analytics.UserIdService

Наследование: IUserIdService
Показать файл Открыть проект

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

Метод Описание
GetUserId ( ) : string

Gets the user identifier.

UserIdService ( ISystemIdentificationService systemIdentificationService ) : System

Приватные методы

Метод Описание
GetMd5Hash ( string value ) : string

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

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

Gets the user identifier.
public GetUserId ( ) : string
Результат string

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

public UserIdService ( ISystemIdentificationService systemIdentificationService ) : System
systemIdentificationService ISystemIdentificationService
Результат System