|
SushiHangover.RealmJson.Extensions
Extension Methods for adding JSON APIs to a Realm Instance.
|
This is the complete list of members for SushiHangover.RealmJson.RealmDoesJson, including all inherited members.
| CreateAllFromJson< T >(this Realm realm, Stream stream, bool updateExistingRecords=true, bool inTransaction=false) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| CreateAllFromJson< T >(this Realm realm, string jsonString, bool updateExistingRecords=true, bool inTransaction=false) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| CreateAllFromJsonViaAutoMapper< T >(this Realm realm, Stream stream, bool inTransaction=false) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| CreateObjectFromJson< T >(this Realm realm, string jsonString, bool inTransaction=false) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| CreateObjectFromJson< T >(this Realm realm, Stream stream, bool inTransaction=false) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| CreateOrUpdateObjectFromJson< T >(this Realm realm, string jsonString, bool inTransaction=false) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| ExMalFormeJsonMessage | SushiHangover.RealmJson.RealmDoesJson | |
| NonManagedCopy(this RealmObject realmObject) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| NonManagedCopy< T >(this RealmObject realmObject) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| NonManagedCopy< T >(this IQueryable< T > results) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
| NonManagedCopy< T >(this IList< T > list) | SushiHangover.RealmJson.RealmDoesJson | inlinestatic |
1.8.13