クラスRequireAttribute
必須 プロパティを示す属性。 永続化時に、Realm は プロパティの値が null でないことを検証します。
Namespace: Realms
組み立て: Realm.dll
構文
[AttributeUsage(AttributeTargets.Property)]
public class RequiredAttribute : Attribute
コメント
この属性は、null 可能性注釈が有効になっている場合、ソースが生成したクラスでは使用できません。 その場合、null 以外の型を指定することは、この属性を使用するのと同じ効果があります。
コンストラクター
| このページを編集 ソースを表示requestedAttribute()
RequiredAttributeクラスの新しいインスタンスを初期化します。
宣言
public RequiredAttribute()