C# Class Realms.CollectionHandleBase

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

Public Methods

Method Description
AddNotificationCallback ( IntPtr managedCollectionHandle, NotificationCallbackDelegate callback ) : IntPtr
Count ( ) : int
DestroyNotificationToken ( IntPtr token ) : IntPtr
GetObjectAtIndex ( int index ) : IntPtr

Protected Methods

Method Description
CollectionHandleBase ( RealmHandle root ) : System

Method Details

AddNotificationCallback() public abstract method

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

CollectionHandleBase() protected method

protected CollectionHandleBase ( RealmHandle root ) : System
root RealmHandle
return System

Count() public abstract method

public abstract Count ( ) : int
return int

DestroyNotificationToken() public method

public DestroyNotificationToken ( IntPtr token ) : IntPtr
token System.IntPtr
return System.IntPtr

GetObjectAtIndex() public abstract method

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