C# Класс Realms.Sync.PermissionOffer

Наследование: RealmObject, IPermissionObject
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
PermissionOffer System

Открытые методы

Метод Описание
PermissionOffer ( string realmUrl, bool mayRead = true, bool mayWrite = false, bool mayManage = false, DateTimeOffset expiresAt = null ) : System

Initializes a new instance of the PermissionOffer class.

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName ) : void

Приватные методы

Метод Описание
PermissionOffer ( ) : System

Описание методов

OnPropertyChanged() защищенный Метод

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Результат void

PermissionOffer() публичный Метод

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.
Результат System