Class IgnoredAttribute
An attribute that indicates an ignored property. Ignored properties will not be persisted in the Realm.
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 SourceIgnoredAttribute()
Initializes a new instance of the IgnoredAttribute class.
Declaration
public IgnoredAttribute()