Interface ISettableManagedAccessor
Represents an object whose managed accessor can be set. This interface is used only internally for now.
Namespace: Realms
Assembly: Realm.dll
Syntax
public interface ISettableManagedAccessor
Methods
| Improve this Doc View SourceSetManagedAccessor(IRealmAccessor, IRealmObjectHelper, Boolean, Boolean)
Sets the accessor for the newly managed object and possibly adds the object to the realm.
Declaration
void SetManagedAccessor(IRealmAccessor accessor, IRealmObjectHelper helper = null, bool update = false, bool skipDefaults = false)
Parameters
Type | Name | Description |
---|---|---|
IRealmAccessor | accessor | The accessor to set. |
Realms.Weaving.IRealmObjectHelper | helper | TheRealms.Weaving.IRealmObjectHelper implementation to use for copying the object to realm. |
Boolean | update | If set to |
Boolean | skipDefaults | If set to |