Property | Type | Description | |
---|---|---|---|
PermissionOffer | System |
Method | 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.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void |
Method | Description | |
---|---|---|
PermissionOffer ( ) : System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |
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 |
mayWrite | bool | If set to |
mayManage | bool | If set to |
expiresAt | DateTimeOffset | Optional expiration date of the offer. If set to |
return | System |