Search Results for

    Show / Hide Table of Contents

    Interface IRealmObject

    Base interface for any object that can be persisted in a Realm.

    Inherited Members
    IRealmObjectBase.Accessor
    IRealmObjectBase.IsManaged
    IRealmObjectBase.IsValid
    IRealmObjectBase.IsFrozen
    IRealmObjectBase.Realm
    IRealmObjectBase.ObjectSchema
    IRealmObjectBase.DynamicApi
    IRealmObjectBase.BacklinksCount
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public interface IRealmObject : IRealmObjectBase
    Remarks

    This interface will be implemented automatically by the Realm source generator as long as your model class is declared as partial.

    Examples
    public partial class Person : IRealmObject
    {
        public string Name { get; set; } = "";
    }

    Extension Methods

    FrozenObjectsExtensions.Freeze<T>(T)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX