C# 클래스 Microsoft.Silverlight.Testing.Service.SettingsProvider

A provider of string dictionary values.
상속: ProviderBase
파일 보기 프로젝트 열기: garyjohnson/wpnest

공개 메소드들

메소드 설명
SaveSettings ( Action callback ) : void

Saves the settings.

Classes that inherit from SettingsProvider: hide this function. Do not call up through to this base method.

SettingsProvider ( TestServiceProvider testService ) : System

Initializes a new SettingsProvider object.

SettingsProvider ( TestServiceProvider testService, string serviceName ) : System

Initializes a new SettingsProvider object.

메소드 상세

SaveSettings() 공개 메소드

Saves the settings.
Classes that inherit from SettingsProvider: hide this function. Do not call up through to this base method.
public SaveSettings ( Action callback ) : void
callback Action The service callback.
리턴 void

SettingsProvider() 공개 메소드

Initializes a new SettingsProvider object.
public SettingsProvider ( TestServiceProvider testService ) : System
testService TestServiceProvider The test service.
리턴 System

SettingsProvider() 공개 메소드

Initializes a new SettingsProvider object.
public SettingsProvider ( TestServiceProvider testService, string serviceName ) : System
testService TestServiceProvider The test service.
serviceName string The service name.
리턴 System