C# 클래스 AdvancedLauncher.SDK.Model.Config.Settings

User settings
상속: CrossDomainObject, INotifyPropertyChanged
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher 1 사용 예제들

공개 메소드들

메소드 설명
MergeConfig ( Settings source ) : void

Merge data of other Settings into current

Settings ( ) : System

Initializes a new Settings instance

Settings ( Settings source ) : System

Initializes a new Settings based on another

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

MergeConfig() 공개 메소드

Merge data of other Settings into current
public MergeConfig ( Settings source ) : void
source Settings Source
리턴 void

Settings() 공개 메소드

Initializes a new Settings instance
public Settings ( ) : System
리턴 System

Settings() 공개 메소드

Initializes a new Settings based on another
public Settings ( Settings source ) : System
source Settings Source
리턴 System