C# Class Yea.Localization.StringCollection

Datei anzeigen Open project: OxPatient/Rule-Engine Class Usage Examples

Public Methods

Method Description
Load ( string xmlPath ) : void
Merge ( IEnumerable newStrings, bool overwriteExisting = true ) : void
Merge ( StringCollection newStrings, bool overwriteExisting = true ) : void
Save ( string xmlPath ) : void
StringCollection ( string key ) : System.Collections.Generic
this ( string key ) : string

Method Details

Load() public method

public Load ( string xmlPath ) : void
xmlPath string
return void

Merge() public method

public Merge ( IEnumerable newStrings, bool overwriteExisting = true ) : void
newStrings IEnumerable
overwriteExisting bool
return void

Merge() public method

public Merge ( StringCollection newStrings, bool overwriteExisting = true ) : void
newStrings StringCollection
overwriteExisting bool
return void

Save() public method

public Save ( string xmlPath ) : void
xmlPath string
return void

StringCollection() public method

public StringCollection ( string key ) : System.Collections.Generic
key string
return System.Collections.Generic

this() public method

public this ( string key ) : string
key string
return string