Search Results for

    Show / Hide Table of Contents

    Class IgnoredAttribute

    An attribute that indicates an ignored property. Ignored properties will not be persisted in the Realm.

    Inheritance
    object
    Attribute
    IgnoredAttribute
    Namespace: Realms
    Assembly: Realm.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class|AttributeTargets.Property)]
    public class IgnoredAttribute : Attribute
    Remarks

    Non-autoimplemented properties are automatically ignored, as are properties that only have a setter or a getter.

    Constructors

    | Edit this page View Source

    IgnoredAttribute()

    Initializes a new instance of the IgnoredAttribute class.

    Declaration
    public IgnoredAttribute()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2020-2024 Realm
    Generated by DocFX