Realm Xamarin  v0.81.0
Realm for Xamarin
Public Member Functions | List of all members
Realms.RequiredAttribute Class Reference

An attribute that indicates a required property. When persisting, the Realm will validate that the value of the property is not null. More...

Inherits Attribute.

Public Member Functions

 RequiredAttribute ()
 Initializes a new instance of the RequiredAttribute class. More...
 

Detailed Description

An attribute that indicates a required property. When persisting, the Realm will validate that the value of the property is not null.

Constructor & Destructor Documentation

§ RequiredAttribute()

Realms.RequiredAttribute.RequiredAttribute ( )

Initializes a new instance of the RequiredAttribute class.