Contents

managedObjectClassName

The name of the class that represents the receiver’s entity.

Declaration

var managedObjectClassName: String! { get set }

Discussion

The class specified by name must NSManagedObject or a subclass of NSManagedObject.

Special Considerations

Setting the class name raises an exception if the receiver’s model has been used by an object graph manager.

See Also

Getting descriptive information