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
    Inherited Members
    RealmObjectBase.PropertyChanged
    RealmObjectBase.IsManaged
    RealmObjectBase.IsValid
    RealmObjectBase.IsFrozen
    RealmObjectBase.Realm
    RealmObjectBase.ObjectSchema
    RealmObjectBase.BacklinksCount
    RealmObjectBase.FreezeInPlace()
    RealmObjectBase.GetValue(String)
    RealmObjectBase.SetValue(String, RealmValue)
    RealmObjectBase.SetValueUnique(String, RealmValue)
    RealmObjectBase.GetListValue<T>(String)
    RealmObjectBase.GetSetValue<T>(String)
    RealmObjectBase.GetBacklinks<T>(String)
    RealmObjectBase.GetBacklinks(String, String)
    RealmObjectBase.RaisePropertyChanged(String)
    RealmObjectBase.OnPropertyChanged(String)
    RealmObjectBase.OnManaged()
    RealmObjectBase.GetTypeInfo()
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    [Serializable]
    public class EmbeddedObject : RealmObjectBase, INotifyPropertyChanged, IThreadConfined, NotificationsHelper.INotifiable, IReflectableType

    Properties

    | Improve this Doc View Source

    Parent

    Gets the parent of this EmbeddedObject. It can be either another EmbeddedObject or a standalone RealmObject.

    Declaration
    public RealmObjectBase Parent { get; }
    Property Value
    Type Description
    RealmObjectBase

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.Reflection.IReflectableType

    Extension Methods

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