C# Class Realms.Sync.PermissionOfferResponse

Inheritance: RealmObject, IPermissionObject
Exibir arquivo Open project: realm/realm-dotnet Class Usage Examples

Private Properties

Property Type Description
PermissionOfferResponse System

Public Methods

Method Description
PermissionOfferResponse ( string token ) : System

Initializes a new instance of the PermissionOfferResponse class.

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
PermissionOfferResponse ( ) : System

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

PermissionOfferResponse() public method

Initializes a new instance of the PermissionOfferResponse class.
public PermissionOfferResponse ( string token ) : System
token string The token that was provided by the offering user.
return System