EntityType
public protocol EntityType
Provides entityName to map classes to entities.
-
entityNameDefault implementationThe name of the entity in the data model. Defaults to the class name of
self.Default Implementation
Undocumented
Declaration
Swift
static var entityName: String
EntityType Protocol Reference