Class EmbeddedObject
Base for any embedded object that can be persisted in a Realm.
Inherited Members
Namespace: Realms
Assembly: Realm.dll
Syntax
[Serializable]
public class EmbeddedObject : RealmObjectBase, INotifyPropertyChanged, IThreadConfined, NotificationsHelper.INotifiable, IReflectableType
Properties
| Improve this Doc View SourceParent
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 |