类RequiredAttribute
指示必需属性的属性。 持久化时,Realm 将验证该属性的值是否不为 null。
命名空间: Realms
程序集:Realm.dll
语法
[AttributeUsage(AttributeTargets.Property)]
public class RequiredAttribute : Attribute
备注
启用可空性注释后,此属性不能与源生成的类一起使用。 在这种情况下,使用不可为 null 的类型与使用此属性具有相同的效果。
构造函数
| 编辑本页 查看源代码RequiredAttribute()
初始化RequiredAttribute类的新实例。
声明
public RequiredAttribute()