C# Class Seal.Model.SealServerConfiguration

Inheritance: Seal.Model.RootComponent
显示文件 Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadFromFile ( string path, bool ignoreException ) : SealServerConfiguration
SaveToFile ( ) : void
SaveToFile ( string path ) : void

Protected Methods

Method Description
UpdateEditorAttributes ( ) : void

Method Details

LoadFromFile() public static method

public static LoadFromFile ( string path, bool ignoreException ) : SealServerConfiguration
path string
ignoreException bool
return SealServerConfiguration

SaveToFile() public method

public SaveToFile ( ) : void
return void

SaveToFile() public method

public SaveToFile ( string path ) : void
path string
return void

UpdateEditorAttributes() protected method

protected UpdateEditorAttributes ( ) : void
return void