C# Class ScanMaster.ProfileManager

Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
ProfilesChanged bool

Public Methods

Method Description
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

Protected Methods

Method Description
OnTweak ( TweakEventArgs e ) : void

Private Methods

Method Description
updateSettings ( PluginSettings currentSettings, PluginSettings defaultSettings ) : void

Method Details

AddNewProfile() public method

public AddNewProfile ( ) : void
return void

CloneProfile() public method

public CloneProfile ( int index ) : void
index int
return void

DeleteProfile() public method

public DeleteProfile ( int index ) : void
index int
return void

Exit() public method

public Exit ( ) : void
return void

FireTweak() public method

public FireTweak ( TweakEventArgs e ) : void
e TweakEventArgs
return void

GetCloneOfCurrentProfile() public method

public GetCloneOfCurrentProfile ( ) : Profile
return Profile

LoadProfileSetFromSoap() public method

public LoadProfileSetFromSoap ( FileStream stream ) : void
stream System.IO.FileStream
return void

LoadProfileSetFromXml() public method

public LoadProfileSetFromXml ( FileStream stream ) : void
stream System.IO.FileStream
return void

OnTweak() protected method

protected OnTweak ( TweakEventArgs e ) : void
e TweakEventArgs
return void

ProfilesInGroup() public method

public ProfilesInGroup ( String group ) : ArrayList
group String
return System.Collections.ArrayList

SaveProfileSetAsSoap() public method

public SaveProfileSetAsSoap ( FileStream stream ) : void
stream System.IO.FileStream
return void

SaveProfileSetAsXml() public method

public SaveProfileSetAsXml ( FileStream stream ) : void
stream System.IO.FileStream
return void

SelectProfile() public method

public SelectProfile ( String profile ) : void
profile String
return void

SelectProfile() public method

public SelectProfile ( int index ) : void
index int
return void

Start() public method

public Start ( ) : void
return void

UpdateProfiles() public method

public UpdateProfiles ( ) : void
return void

Property Details

ProfilesChanged public property

public bool ProfilesChanged
return bool