Search Results for

    Show / Hide Table of Contents

    Class EmbeddedObject

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

    Inheritance
    Object
    RealmObjectBase
    EmbeddedObject
    Implements
    INotifyPropertyChanged
    IReflectableType
    IEmbeddedObject
    IRealmObjectBase
    ISettableManagedAccessor
    Inherited Members
    RealmObjectBase.PropertyChanged
    RealmObjectBase.IRealmObjectBase.Accessor
    RealmObjectBase.IsManaged
    RealmObjectBase.DynamicApi
    RealmObjectBase.IsValid
    RealmObjectBase.IsFrozen
    RealmObjectBase.Realm
    RealmObjectBase.ObjectSchema
    RealmObjectBase.BacklinksCount
    RealmObjectBase.ISettableManagedAccessor.SetManagedAccessor(IRealmAccessor, IRealmObjectHelper, Boolean, Boolean)
    RealmObjectBase.ToString()
    RealmObjectBase.RaisePropertyChanged(String)
    RealmObjectBase.OnPropertyChanged(String)
    RealmObjectBase.OnManaged()
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public class EmbeddedObject : RealmObjectBase, INotifyPropertyChanged, IReflectableType, 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
    public IRealmObjectBase Parent { get; }
    Property Value
    Type Description
    IRealmObjectBase

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.Reflection.IReflectableType
    IEmbeddedObject
    IRealmObjectBase
    ISettableManagedAccessor

    Extension Methods

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