Property | Type | Description | |
---|---|---|---|
_errorCollection | List |
Method | Description | |
---|---|---|
DoLoad ( Newtonsoft.Json.Linq.JObject json ) : void | ||
JsonEntity ( ) : System | ||
JsonEntity ( IArchiveFile file ) : System | ||
JsonEntity ( string filename ) : System | ||
Load ( Newtonsoft.Json.Linq.JObject json ) : void | ||
Load ( string filename ) : void |
protected DoLoad ( Newtonsoft.Json.Linq.JObject json ) : void | ||
json | Newtonsoft.Json.Linq.JObject | |
return | void |
protected JsonEntity ( IArchiveFile file ) : System | ||
file | IArchiveFile | |
return | System |
protected JsonEntity ( string filename ) : System | ||
filename | string | |
return | System |
protected abstract Load ( Newtonsoft.Json.Linq.JObject json ) : void | ||
json | Newtonsoft.Json.Linq.JObject | |
return | void |