C# Class Realms.ResultsHandle

Inheritance: CollectionHandleBase
Exibir arquivo Open project: realm/realm-dotnet Class Usage Examples

Public Methods

Method Description
AddNotificationCallback ( IntPtr managedCollectionHandle, NotificationCallbackDelegate callback ) : IntPtr
Clear ( SharedRealmHandle realmHandle ) : void
Count ( ) : int
Equals ( object p ) : bool
GetObjectAtIndex ( int index ) : IntPtr

Protected Methods

Method Description
Unbind ( ) : void

Private Methods

Method Description
ResultsHandle ( ) : System

Method Details

AddNotificationCallback() public method

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

Clear() public method

public Clear ( SharedRealmHandle realmHandle ) : void
realmHandle SharedRealmHandle
return void

Count() public method

public Count ( ) : int
return int

Equals() public method

public Equals ( object p ) : bool
p object
return bool

GetObjectAtIndex() public method

public GetObjectAtIndex ( int index ) : IntPtr
index int
return System.IntPtr

Unbind() protected method

protected Unbind ( ) : void
return void