C# Class SevenUpdate.LocaleString

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: robertbaker/SevenUpdate Class Usage Examples

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method 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

Method Description
OnPropertyChanged ( string name ) : void

When a property has changed, call the OnPropertyChanged Event.

Method Details

LocaleString() public method

Initializes a new instance of the LocaleString class.
public LocaleString ( ) : System.ComponentModel
return System.ComponentModel

LocaleString() public method

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.
return System.ComponentModel