C# Class SevenUpdate.LocaleString

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Свойство Type Description
OnPropertyChanged void

Méthodes publiques

Méthode Description
LocaleString ( ) : System.ComponentModel

Initializes a new instance of the LocaleString class.

LocaleString ( string value, string lang ) : System.ComponentModel

Initializes a new instance of the LocaleString class.

Private Methods

Méthode Description
OnPropertyChanged ( string name ) : void

When a property has changed, call the OnPropertyChanged Event.

Method Details

LocaleString() public méthode

Initializes a new instance of the LocaleString class.
public LocaleString ( ) : System.ComponentModel
Résultat System.ComponentModel

LocaleString() public méthode

Initializes a new instance of the LocaleString class.
public LocaleString ( string value, string lang ) : System.ComponentModel
value string The string value.
lang string The an ISO language code for the value.
Résultat System.ComponentModel