C# Class ScanMaster.ProfileManager

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
ProfilesChanged bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnTweak ( TweakEventArgs e ) : void

Private Methods

Méthode Description
updateSettings ( PluginSettings currentSettings, PluginSettings defaultSettings ) : void

Method Details

AddNewProfile() public méthode

public AddNewProfile ( ) : void
Résultat void

CloneProfile() public méthode

public CloneProfile ( int index ) : void
index int
Résultat void

DeleteProfile() public méthode

public DeleteProfile ( int index ) : void
index int
Résultat void

Exit() public méthode

public Exit ( ) : void
Résultat void

FireTweak() public méthode

public FireTweak ( TweakEventArgs e ) : void
e TweakEventArgs
Résultat void

GetCloneOfCurrentProfile() public méthode

public GetCloneOfCurrentProfile ( ) : Profile
Résultat Profile

LoadProfileSetFromSoap() public méthode

public LoadProfileSetFromSoap ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void

LoadProfileSetFromXml() public méthode

public LoadProfileSetFromXml ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void

OnTweak() protected méthode

protected OnTweak ( TweakEventArgs e ) : void
e TweakEventArgs
Résultat void

ProfilesInGroup() public méthode

public ProfilesInGroup ( String group ) : ArrayList
group String
Résultat System.Collections.ArrayList

SaveProfileSetAsSoap() public méthode

public SaveProfileSetAsSoap ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void

SaveProfileSetAsXml() public méthode

public SaveProfileSetAsXml ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void

SelectProfile() public méthode

public SelectProfile ( String profile ) : void
profile String
Résultat void

SelectProfile() public méthode

public SelectProfile ( int index ) : void
index int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UpdateProfiles() public méthode

public UpdateProfiles ( ) : void
Résultat void

Property Details

ProfilesChanged public_oe property

public bool ProfilesChanged
Résultat bool