C# Класс NinjaCoder.MvvmCross.Services.BaseService

Defines the BaseService type.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
SettingsService ISettingsService

Защищенные методы

Метод Описание
BaseService ( ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the BaseService class.

WriteDebugMessage ( string message ) : void

Writes the debug message.

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

BaseService() защищенный Метод

Initializes a new instance of the BaseService class.
protected BaseService ( ISettingsService settingsService ) : System.Collections.Generic
settingsService ISettingsService
Результат System.Collections.Generic

WriteDebugMessage() защищенный Метод

Writes the debug message.
protected WriteDebugMessage ( string message ) : void
message string The message.
Результат void

Описание свойств

SettingsService защищенное свойство

The settings service.
protected ISettingsService SettingsService
Результат ISettingsService