C# 클래스 NinjaCoder.MvvmCross.Services.BaseService

Defines the BaseService type.
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

보호된 프로퍼티들

프로퍼티 타입 설명
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