Search Results for

    Show / Hide Table of Contents

    Interface IEmbeddedObject

    Base interface for any embedded object that can be persisted in a Realm.

    Inherited Members
    IRealmObjectBase.Accessor
    IRealmObjectBase.IsManaged
    IRealmObjectBase.IsValid
    IRealmObjectBase.IsFrozen
    IRealmObjectBase.Realm
    IRealmObjectBase.ObjectSchema
    IRealmObjectBase.DynamicApi
    IRealmObjectBase.BacklinksCount
    ISettableManagedAccessor.SetManagedAccessor(IRealmAccessor, IRealmObjectHelper, Boolean, Boolean)
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public interface IEmbeddedObject : IRealmObjectBase, ISettableManagedAccessor

    Properties

    | Improve this Doc View Source

    Parent

    Gets the parent of the embedded object. It can be either another embedded object, a standalone realm object, or an asymmetric object.

    Declaration
    IRealmObjectBase Parent { get; }
    Property Value
    Type Description
    IRealmObjectBase

    Extension Methods

    FrozenObjectsExtensions.Freeze<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2020 Realm
    Generated by DocFX