Method | Description | |
---|---|---|
LoadData ( string path, object defaultValue ) : JsonDataItem |
加载 JsonData 对象
|
|
LoadData ( string path, string defaultValue ) : JsonDataItem |
加载 JsonData 对象
|
|
Save ( ) : void |
保存数据对象
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Method | Description | |
---|---|---|
JsonDataItem ( string filepath ) : System |
public static LoadData ( string path, object defaultValue ) : JsonDataItem | ||
path | string | 文件路径 |
defaultValue | object | 默认值 |
return | JsonDataItem |
public static LoadData ( string path, string defaultValue ) : JsonDataItem | ||
path | string | 文件路径 |
defaultValue | string | 默认值 |
return | JsonDataItem |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |