Realm Xamarin  v0.80.0
Realm for Xamarin
Public Member Functions | List of all members
RealmSchema.Builder Class Reference

Helper class used to construct a RealmSchema. More...

Inherits List< ObjectSchema >.

Public Member Functions

RealmSchema Build ()
 Build the RealmSchema to include all ObjectSchema added to this Builder. More...
 

Detailed Description

Helper class used to construct a RealmSchema.

Member Function Documentation

§ Build()

RealmSchema Build ( )

Build the RealmSchema to include all ObjectSchema added to this Builder.

Exceptions
InvalidOperationExceptionThrown if the Builder is empty.
Returns
A completed RealmSchema, suitable for creating a new Realm.