Class EmbeddedObject
Base for any embedded object that can be persisted in a Realm.
Inherited Members
Namespace: Realms
Assembly: Realm.dll
Syntax
public class EmbeddedObject : RealmObjectBase, INotifyPropertyChanged, IReflectableType, IEmbeddedObject, IRealmObjectBase
Properties
| Edit this page View SourceParent
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. |