C# Class Seal.Model.SealServerConfiguration

Inheritance: Seal.Model.RootComponent
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
LoadFromFile ( string path, bool ignoreException ) : SealServerConfiguration
SaveToFile ( ) : void
SaveToFile ( string path ) : void

Méthodes protégées

Méthode Description
UpdateEditorAttributes ( ) : void

Method Details

LoadFromFile() public static méthode

public static LoadFromFile ( string path, bool ignoreException ) : SealServerConfiguration
path string
ignoreException bool
Résultat SealServerConfiguration

SaveToFile() public méthode

public SaveToFile ( ) : void
Résultat void

SaveToFile() public méthode

public SaveToFile ( string path ) : void
path string
Résultat void

UpdateEditorAttributes() protected méthode

protected UpdateEditorAttributes ( ) : void
Résultat void