Class PermissionOfferResponse
Inheritance
PermissionOfferResponse
Inherited Members
Realms.RealmObject.System.Reflection.IReflectableType.GetTypeInfo()
Namespace:Realms.Sync
Assembly:Realm.Sync.dll
Syntax
public class PermissionOfferResponse : RealmObject, IReflectableType, INotifyPropertyChanged, ISchemaSource, IPermissionObject
Constructors
|
Improve this Doc
View Source
PermissionOfferResponse(String)
Declaration
public PermissionOfferResponse(string token)
Parameters
Type |
Name |
Description |
String |
token |
The token that was provided by the offering user.
|
Properties
|
Improve this Doc
View Source
CreatedAt
Declaration
[MapTo("createdAt")]
public DateTimeOffset CreatedAt { get; }
Property Value
Implements
|
Improve this Doc
View Source
ErrorCode
Declaration
public ErrorCode? ErrorCode { get; }
Property Value
Implements
|
Improve this Doc
View Source
Id
Declaration
[PrimaryKey]
[Required]
[MapTo("id")]
public string Id { get; }
Property Value
Implements
|
Improve this Doc
View Source
RealmUrl
Gets the url of the Realm that the token has granted permissions to.
Declaration
[MapTo("realmUrl")]
public string RealmUrl { get; }
Property Value
|
Improve this Doc
View Source
Status
Declaration
public ManagementObjectStatus Status { get; }
Property Value
Implements
|
Improve this Doc
View Source
StatusMessage
Declaration
[MapTo("statusMessage")]
public string StatusMessage { get; }
Property Value
Implements
|
Improve this Doc
View Source
Token
Gets the token thas was provided by the offering user.
Declaration
[Required]
[MapTo("token")]
public string Token { get; }
Property Value
|
Improve this Doc
View Source
UpdatedAt
Declaration
[MapTo("updatedAt")]
public DateTimeOffset UpdatedAt { get; }
Property Value
Implements
Methods
|
Improve this Doc
View Source
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
String |
propertyName |
|
Overrides