C# 클래스 Realms.Sync.PermissionOffer

상속: RealmObject, IPermissionObject
파일 보기 프로젝트 열기: realm/realm-dotnet 1 사용 예제들

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