クラス RealmObject Realmで永続化できるオブジェクトのベース。 継承 オブジェクト RealmObjectBase RealmObject 実装 INotifyPropertychanged IReflectableType IRealmObject IRealmObjectBase 継承されたノード RealmObjectBase.Propertychanged RealmObjectBase.IsManaged RealmObjectBase.DynamecApi RealmObjectBase.IsValid RealmObjectBase.IsFrozen RealmObjectBase.Realm RealmObjectBase.ObjectSchema RealmObjectBase.BacklinksCount RealmObjectBase.ToString() RealmObjectBase.RaisePropertychanged(string) RealmObjectBase.OnPropertychanged(string) RealmObjectBase.OnManaged() Namespace: Realms 組み立て: Realm.dll 構文 public class RealmObject : RealmObjectBase, INotifyPropertyChanged, IReflectableType, IRealmObject, IRealmObjectBase 実装 INotifyPropertychanged IReflectableType IRealmObject IRealmObjectBase 拡張メソッド FrozenObjectsExtentions.freeze[T](T)<T>