Property | Type | Description | |
---|---|---|---|
ErrorProperty |
Method | Description | |
---|---|---|
CustomTypes ( ) : System |
对象可以在xaml文件中构造,只构造一个对象实例。以后对象可以通过单例模式 进行访问。也可以访问xaml文件中的StaticResource,获得对象。
|
|
GetInstance ( ) : |
||
GetType ( string name ) : |
根据名称获取客户类型,如果列表里不存在,创建空客户类型,放到列表中。
|
|
Load ( ) : void |
开始到后台加载类型信息
|
|
OnCompleted ( |
提供工作完成事件的通知方法,子类及自身在工作完成后,调用这个方法通知外部工作完成了。
|
|
OnDataLoaded ( |
||
OnLoading ( ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( string info ) : void |
public GetType ( string name ) : |
||
name | string | 类型名称 |
return |
public OnCompleted ( |
||
args | ||
return | void |
public OnDataLoaded ( |
||
args | ||
return | void |
protected OnPropertyChanged ( string info ) : void | ||
info | string | |
return | void |