C# 클래스 Realms.Sync.PermissionOfferResponse

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

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