Method | Description | |
---|---|---|
BindableBase ( ) : MVVMSidekick.EventRouting | ||
GetFieldNames ( ) : string[] |
Get all property names that were defined in subtype, or added objectly in runtime 取得本VM实例已经定义的所有字段名。其中包括静态声明的和动态添加的。
|
|
GetValueContainer ( string propertyName ) : IValueContainer | ||
this ( string name ) : object |
Gets or sets poperty values by property name index. 使用索引方式取得/设置字段值 Gets or sets the System.Object with the specified name.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
RaiseErrorsChanged ( string propertName ) : void |
Raises the errors changed.
|
|
RaisePropertyChanged ( Func |
Raises the property changed.
|
|
SetErrorMessage ( string value ) : void |
Sets the validate error of this model 设置错误内容
|
|
SetErrorMessageAndTryNotify ( string value ) : void |
Sets the validate error of this model and notify 设置错误内容并且尝试用事件通知
|
public BindableBase ( ) : MVVMSidekick.EventRouting | ||
return | MVVMSidekick.EventRouting |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public abstract GetValueContainer ( string propertyName ) : IValueContainer | ||
propertyName | string | |
return | IValueContainer |
protected RaiseErrorsChanged ( string propertName ) : void | ||
propertName | string | Name of the propert. |
return | void |
protected RaisePropertyChanged ( Func |
||
lazyEAFactory | Func |
The lazy ea factory. |
return | void |
protected abstract SetErrorMessage ( string value ) : void | ||
value | string | The value. |
return | void |
protected abstract SetErrorMessageAndTryNotify ( string value ) : void | ||
value | string | The value. |
return | void |
public abstract this ( string name ) : object | ||
name | string | Property name/字段名 |
return | object |