类 RealmObject 可在Realm中持久化的任何对象的基础。 继承 对象 RealmObjectBase RealmObject implements INotifyPropertyChanged IReflectableType IRealmObject IRealmObjectBase 继承成员 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() 命名空间: Realms 程序集:Realm.dll 语法 public class RealmObject : RealmObjectBase, INotifyPropertyChanged, IReflectableType, IRealmObject, IRealmObjectBase implements INotifyPropertyChanged IReflectableType IRealmObject IRealmObjectBase 扩展方法 FrozenObjectsExtensions.Freeze<T>(T)