C# 클래스 SevenUpdate.LocaleString

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnPropertyChanged void

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnPropertyChanged ( string name ) : void

When a property has changed, call the OnPropertyChanged Event.

메소드 상세

LocaleString() 공개 메소드

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

LocaleString() 공개 메소드

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.
리턴 System.ComponentModel