C# 클래스 ReactiveUI.Tests.PropertyBindViewModel

상속: ReactiveObject
파일 보기 프로젝트 열기: reactiveui/ReactiveUI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_JustADecimal decimal
_JustADouble double
_JustAInt32 int
_Model PropertyBindModel
_NullableDouble double?
_Property1 string
_Property2 int

공개 메소드들

메소드 설명
PropertyBindViewModel ( PropertyBindModel model = null ) : System

메소드 상세

PropertyBindViewModel() 공개 메소드

public PropertyBindViewModel ( PropertyBindModel model = null ) : System
model PropertyBindModel
리턴 System

프로퍼티 상세

_JustADecimal 공개적으로 프로퍼티

public decimal _JustADecimal
리턴 decimal

_JustADouble 공개적으로 프로퍼티

public double _JustADouble
리턴 double

_JustAInt32 공개적으로 프로퍼티

public int _JustAInt32
리턴 int

_Model 공개적으로 프로퍼티

public PropertyBindModel,ReactiveUI.Tests _Model
리턴 PropertyBindModel

_NullableDouble 공개적으로 프로퍼티

public double? _NullableDouble
리턴 double?

_Property1 공개적으로 프로퍼티

public string _Property1
리턴 string

_Property2 공개적으로 프로퍼티

public int _Property2
리턴 int