Class PermissionOfferResponse
Inheritance
PermissionOfferResponse
Assembly: Realm.Sync.dll
Syntax
public class PermissionOfferResponse : RealmObject, ISchemaSource, IThreadConfined, NotificationsHelper.INotifiable, IPermissionObject, IStatusObject
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
public DateTimeOffset CreatedAt { get; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
ErrorCode
Declaration
public ErrorCode? ErrorCode { get; }
Property Value
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; }
Property Value
|
Improve this Doc
View Source
RealmUrl
Gets the url of the Realm that the token has granted permissions to.
Declaration
public string RealmUrl { get; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
public ManagementObjectStatus Status { get; }
Property Value
|
Improve this Doc
View Source
StatusCode
Declaration
public int? StatusCode { get; set; }
Property Value
|
Improve this Doc
View Source
StatusMessage
Declaration
public string StatusMessage { get; }
Property Value
|
Improve this Doc
View Source
Token
Gets the token that was provided by the offering user.
Declaration
public string Token { get; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
public DateTimeOffset UpdatedAt { get; }
Property Value
Type |
Description |
DateTimeOffset |
|
Methods
|
Improve this Doc
View Source
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
String |
propertyName |
|
Implements