C# 클래스 ScanMaster.ProfileManager

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProfilesChanged bool

공개 메소드들

메소드 설명
AddNewProfile ( ) : void
CloneProfile ( int index ) : void
DeleteProfile ( int index ) : void
Exit ( ) : void
FireTweak ( TweakEventArgs e ) : void
GetCloneOfCurrentProfile ( ) : Profile
LoadProfileSetFromSoap ( FileStream stream ) : void
LoadProfileSetFromXml ( FileStream stream ) : void
ProfilesInGroup ( String group ) : ArrayList
SaveProfileSetAsSoap ( FileStream stream ) : void
SaveProfileSetAsXml ( FileStream stream ) : void
SelectProfile ( String profile ) : void
SelectProfile ( int index ) : void
Start ( ) : void
UpdateProfiles ( ) : void

보호된 메소드들

메소드 설명
OnTweak ( TweakEventArgs e ) : void

비공개 메소드들

메소드 설명
updateSettings ( PluginSettings currentSettings, PluginSettings defaultSettings ) : void

메소드 상세

AddNewProfile() 공개 메소드

public AddNewProfile ( ) : void
리턴 void

CloneProfile() 공개 메소드

public CloneProfile ( int index ) : void
index int
리턴 void

DeleteProfile() 공개 메소드

public DeleteProfile ( int index ) : void
index int
리턴 void

Exit() 공개 메소드

public Exit ( ) : void
리턴 void

FireTweak() 공개 메소드

public FireTweak ( TweakEventArgs e ) : void
e TweakEventArgs
리턴 void

GetCloneOfCurrentProfile() 공개 메소드

public GetCloneOfCurrentProfile ( ) : Profile
리턴 Profile

LoadProfileSetFromSoap() 공개 메소드

public LoadProfileSetFromSoap ( FileStream stream ) : void
stream System.IO.FileStream
리턴 void

LoadProfileSetFromXml() 공개 메소드

public LoadProfileSetFromXml ( FileStream stream ) : void
stream System.IO.FileStream
리턴 void

OnTweak() 보호된 메소드

protected OnTweak ( TweakEventArgs e ) : void
e TweakEventArgs
리턴 void

ProfilesInGroup() 공개 메소드

public ProfilesInGroup ( String group ) : ArrayList
group String
리턴 System.Collections.ArrayList

SaveProfileSetAsSoap() 공개 메소드

public SaveProfileSetAsSoap ( FileStream stream ) : void
stream System.IO.FileStream
리턴 void

SaveProfileSetAsXml() 공개 메소드

public SaveProfileSetAsXml ( FileStream stream ) : void
stream System.IO.FileStream
리턴 void

SelectProfile() 공개 메소드

public SelectProfile ( String profile ) : void
profile String
리턴 void

SelectProfile() 공개 메소드

public SelectProfile ( int index ) : void
index int
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

UpdateProfiles() 공개 메소드

public UpdateProfiles ( ) : void
리턴 void

프로퍼티 상세

ProfilesChanged 공개적으로 프로퍼티

public bool ProfilesChanged
리턴 bool