C# Class Realms.Sync.PermissionOfferResponse

Inheritance: RealmObject, IPermissionObject
Afficher le fichier Open project: realm/realm-dotnet Class Usage Examples

Private Properties

Свойство Type Description
PermissionOfferResponse System

Méthodes publiques

Méthode Description
PermissionOfferResponse ( string token ) : System

Initializes a new instance of the PermissionOfferResponse class.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
PermissionOfferResponse ( ) : System

Method Details

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

PermissionOfferResponse() public méthode

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