C# Class Realms.Sync.PermissionOffer

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

Private Properties

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

Méthodes publiques

Méthode Description
PermissionOffer ( string realmUrl, bool mayRead = true, bool mayWrite = false, bool mayManage = false, DateTimeOffset expiresAt = null ) : System

Initializes a new instance of the PermissionOffer class.

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
PermissionOffer ( ) : System

Method Details

OnPropertyChanged() protected méthode

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

PermissionOffer() public méthode

Initializes a new instance of the PermissionOffer class.
public PermissionOffer ( string realmUrl, bool mayRead = true, bool mayWrite = false, bool mayManage = false, DateTimeOffset expiresAt = null ) : System
realmUrl string The Realm URL to offer permissions to.
mayRead bool If set to true grants read access.
mayWrite bool If set to true grants write access.
mayManage bool If set to true grants manage access.
expiresAt DateTimeOffset Optional expiration date of the offer. If set to null, the offer doesn't expire.
Résultat System