CSDynamicSchema
@objc
public protocol CSDynamicSchema
The CSDynamicSchema serves as the Objective-C bridging type for DynamicSchema.
See also
DynamicSchema
-
The version string for this model schema.
Declaration
Swift
@objc var modelVersion: ModelVersion { get } -
Do not call this directly. The
NSManagedObjectModelfor this schema may be created lazily and using this method directly may affect the integrity of the model.Declaration
Swift
@objc func rawModel() -> NSManagedObjectModel
View on GitHub
CSDynamicSchema Protocol Reference