ManagedObjectType
public protocol ManagedObjectType: EntityType
Conform to ManagedObjectType to expose your object to LiteData methods.
-
This property will be used for
sortedFetchRequestandsortedFetchedResults.The first descriptor in the array will be used for the
sectionNameKeyPathofsortedFetchedResults.Declaration
Swift
static var defaultSortDescriptors: [NSSortDescriptor]
-
sortedFetchRequestExtension methodA fetch request created using
defaultSortDescriptors.Declaration
Swift
public static var sortedFetchRequest: NSFetchRequest
ManagedObjectType Protocol Reference