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
    Inherited Members
    RealmObjectBase.PropertyChanged
    RealmObjectBase.IsManaged
    RealmObjectBase.DynamicApi
    RealmObjectBase.IsValid
    RealmObjectBase.IsFrozen
    RealmObjectBase.Realm
    RealmObjectBase.ObjectSchema
    RealmObjectBase.BacklinksCount
    RealmObjectBase.ToString()
    RealmObjectBase.RaisePropertyChanged(string)
    RealmObjectBase.OnPropertyChanged(string)
    RealmObjectBase.OnManaged()
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public class EmbeddedObject : RealmObjectBase, INotifyPropertyChanged, IReflectableType, IEmbeddedObject, IRealmObjectBase

    Properties

    | Edit this page View Source

    Parent

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

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

    The parent object that owns this IEmbeddedObject.

    Implements

    INotifyPropertyChanged
    IReflectableType
    IEmbeddedObject
    IRealmObjectBase

    Extension Methods

    FrozenObjectsExtensions.Freeze<T>(T)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX