Свойство | Type | Description | |
---|---|---|---|
AppPath | string | ||
DataCacheRoot | string |
Méthode | Description | |
---|---|---|
App ( ) : System | ||
CacheToDisk ( |
||
CacheToDiskWithFilePath ( string xml, string filePath ) : void | ||
LoadBytesFromDataSource ( string uri, bool makeDataCall ) : byte[] | ||
OnAppLoad ( ) : void |
Méthode | Description | |
---|---|---|
CacheToDisk ( string xml, string originUri ) : void | ||
GetResponseString ( string url ) : string |
public static CacheToDisk ( |
||
serializer | ||
model | object | |
originUri | string | |
Résultat | string |
public static CacheToDiskWithFilePath ( string xml, string filePath ) : void | ||
xml | string | |
filePath | string | |
Résultat | void |
public static LoadBytesFromDataSource ( string uri, bool makeDataCall ) : byte[] | ||
uri | string | |
makeDataCall | bool | |
Résultat | byte[] |