类 IgnoredAttribute
指示被忽略属性的属性。 被忽略的属性不会持久保留在 Realm 中。
命名空间: Realms
程序集:Realm.dll
语法
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property)]
public class IgnoredAttribute : Attribute
备注
非自动实现的属性以及仅具有 setter 或 getter 的属性将被自动忽略。
构造函数
| 编辑本页 查看源代码IgnoredAttribute()
初始化IgnoredAttribute类的新实例。
声明
public IgnoredAttribute()