Show / Hide Table of Contents

    Interface ISchemaSource

    An object describing its properties in terms of a ObjectSchema.

    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    public interface ISchemaSource

    Properties

    | Improve this Doc View Source

    ObjectSchema

    Gets the ObjectSchema, describing the persisted properties of the object. If the object is a single RealmObject, the schema will describe the object itself. If it is a collection, it will describe the contained objects.

    Declaration
    ObjectSchema ObjectSchema { get; }
    Property Value
    Type Description
    ObjectSchema

    The ObjectSchema of the object or contained objects.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Realm
    Generated by DocFX