C# Class Yea.Localization.StringCollection

Afficher le fichier Open project: OxPatient/Rule-Engine Class Usage Examples

Méthodes publiques

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

public Load ( string xmlPath ) : void
xmlPath string
Résultat void

Merge() public méthode

public Merge ( IEnumerable newStrings, bool overwriteExisting = true ) : void
newStrings IEnumerable
overwriteExisting bool
Résultat void

Merge() public méthode

public Merge ( StringCollection newStrings, bool overwriteExisting = true ) : void
newStrings StringCollection
overwriteExisting bool
Résultat void

Save() public méthode

public Save ( string xmlPath ) : void
xmlPath string
Résultat void

StringCollection() public méthode

public StringCollection ( string key ) : System.Collections.Generic
key string
Résultat System.Collections.Generic

this() public méthode

public this ( string key ) : string
key string
Résultat string