Class IgnoredAttribute
An attribute that indicates an ignored property. Ignored properties will not be persisted in the Realm.
Inherited Members
Namespace:Realms
Assembly:Realm.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property)]
public class IgnoredAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceIgnoredAttribute()
Initializes a new instance of the IgnoredAttribute class.
Declaration
public IgnoredAttribute()