类 EmbeddedObject
可在Realm中持久化的任何嵌入式对象的基础。
继承成员
命名空间: Realms
程序集:Realm.dll
语法
public class EmbeddedObject : RealmObjectBase, INotifyPropertyChanged, IReflectableType, IEmbeddedObject, IRealmObjectBase
属性
| 编辑本页 查看源代码父项
声明
public IRealmObjectBase? Parent { get; }
属性值
类型 | 说明 |
---|---|
IRealmObjectBase | 拥有此IEmbeddedObject的父对象。 |