C# 클래스 AdvancedLauncher.Management.ProfileManager

상속: CrossDomainObject, IProfileManager, INotifyPropertyChanged
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

Private Properties

프로퍼티 타입 설명
ApplyChanges void
NotifyPropertyChanged void

공개 메소드들

메소드 설명
ApplyChanges ( ) : void
CollectionChangedProxy ( EventProxy proxy, bool subscribe = true ) : void
CreateProfile ( ) : Profile
Initialize ( ) : void
LockedChangedProxy ( EventProxy proxy, bool subscribe = true ) : void
OnProfileLocked ( bool IsLocked ) : void
ProfileChangedProxy ( EventProxy proxy, bool subscribe = true ) : void
RemoveProfile ( Profile profile ) : bool
RevertChanges ( ) : void
Start ( ) : void

보호된 메소드들

메소드 설명
OnCollectionChanged ( ) : void
OnCurrentChanged ( ) : void

비공개 메소드들

메소드 설명
ApplyChanges ( ICollection profiles, int defaultProfileId ) : void
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

ApplyChanges() 공개 메소드

public ApplyChanges ( ) : void
리턴 void

CollectionChangedProxy() 공개 메소드

public CollectionChangedProxy ( EventProxy proxy, bool subscribe = true ) : void
proxy EventProxy
subscribe bool
리턴 void

CreateProfile() 공개 메소드

public CreateProfile ( ) : Profile
리턴 AdvancedLauncher.SDK.Model.Config.Profile

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LockedChangedProxy() 공개 메소드

public LockedChangedProxy ( EventProxy proxy, bool subscribe = true ) : void
proxy EventProxy
subscribe bool
리턴 void

OnCollectionChanged() 보호된 메소드

protected OnCollectionChanged ( ) : void
리턴 void

OnCurrentChanged() 보호된 메소드

protected OnCurrentChanged ( ) : void
리턴 void

OnProfileLocked() 공개 메소드

public OnProfileLocked ( bool IsLocked ) : void
IsLocked bool
리턴 void

ProfileChangedProxy() 공개 메소드

public ProfileChangedProxy ( EventProxy proxy, bool subscribe = true ) : void
proxy EventProxy
subscribe bool
리턴 void

RemoveProfile() 공개 메소드

public RemoveProfile ( Profile profile ) : bool
profile AdvancedLauncher.SDK.Model.Config.Profile
리턴 bool

RevertChanges() 공개 메소드

public RevertChanges ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void