NSPersistentHistoryChangeRequest.FetchHistoryAfter Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
FetchHistoryAfter(NSPersistentHistoryToken) | |
FetchHistoryAfter(NSPersistentHistoryTransaction) | |
FetchHistoryAfter(NSDate) |
FetchHistoryAfter(NSPersistentHistoryToken)
[Foundation.Export("fetchHistoryAfterToken:")]
public static CoreData.NSPersistentHistoryChangeRequest FetchHistoryAfter (CoreData.NSPersistentHistoryToken token);
static member FetchHistoryAfter : CoreData.NSPersistentHistoryToken -> CoreData.NSPersistentHistoryChangeRequest
Parámetros
Devoluciones
- Atributos
Se aplica a
FetchHistoryAfter(NSPersistentHistoryTransaction)
[Foundation.Export("fetchHistoryAfterTransaction:")]
public static CoreData.NSPersistentHistoryChangeRequest FetchHistoryAfter (CoreData.NSPersistentHistoryTransaction transaction);
static member FetchHistoryAfter : CoreData.NSPersistentHistoryTransaction -> CoreData.NSPersistentHistoryChangeRequest
Parámetros
Devoluciones
- Atributos
Se aplica a
FetchHistoryAfter(NSDate)
[Foundation.Export("fetchHistoryAfterDate:")]
public static CoreData.NSPersistentHistoryChangeRequest FetchHistoryAfter (Foundation.NSDate date);
static member FetchHistoryAfter : Foundation.NSDate -> CoreData.NSPersistentHistoryChangeRequest
Parámetros
- date
- NSDate
Devoluciones
- Atributos