Class RequiredAttribute
An attribute that indicates a required property. When persisting, the Realm will validate that the value of the property is not null.
Namespace: Realms
Assembly: Realm.dll
Syntax
public class RequiredAttribute : Attribute
Constructors
| Improve this Doc View SourceRequiredAttribute()
Initializes a new instance of the RequiredAttribute class.
Declaration
public RequiredAttribute()