C# 클래스 Realms.ResultsHandle

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

공개 메소드들

메소드 설명
AddNotificationCallback ( IntPtr managedCollectionHandle, NotificationCallbackDelegate callback ) : IntPtr
Clear ( SharedRealmHandle realmHandle ) : void
Count ( ) : int
Equals ( object p ) : bool
GetObjectAtIndex ( int index ) : IntPtr

보호된 메소드들

메소드 설명
Unbind ( ) : void

비공개 메소드들

메소드 설명
ResultsHandle ( ) : System

메소드 상세

AddNotificationCallback() 공개 메소드

public AddNotificationCallback ( IntPtr managedCollectionHandle, NotificationCallbackDelegate callback ) : IntPtr
managedCollectionHandle System.IntPtr
callback NotificationCallbackDelegate
리턴 System.IntPtr

Clear() 공개 메소드

public Clear ( SharedRealmHandle realmHandle ) : void
realmHandle SharedRealmHandle
리턴 void

Count() 공개 메소드

public Count ( ) : int
리턴 int

Equals() 공개 메소드

public Equals ( object p ) : bool
p object
리턴 bool

GetObjectAtIndex() 공개 메소드

public GetObjectAtIndex ( int index ) : IntPtr
index int
리턴 System.IntPtr

Unbind() 보호된 메소드

protected Unbind ( ) : void
리턴 void