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

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

Private Properties

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

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

Метод Описание
PermissionOfferResponse ( string token ) : System

Initializes a new instance of the PermissionOfferResponse class.

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

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

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

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

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

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

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

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

Initializes a new instance of the PermissionOfferResponse class.
public PermissionOfferResponse ( string token ) : System
token string The token that was provided by the offering user.
Результат System