MonobjcMonobjc Documented Class Library
EndInstanceCreationForEntityMappingManagerError Method (mapping, manager, error)
NamespacesMonobjc.CoreDataNSEntityMigrationPolicyEndInstanceCreationForEntityMappingManagerError(NSEntityMapping, NSMigrationManager, NSError%)

Indicates the end of the creation stage for the specified entity mapping, and the precursor to the next migration stage.

Original signature is '- (BOOL)endInstanceCreationForEntityMapping:(NSEntityMapping *)mapping manager:(NSMigrationManager *)manager error:(NSError **)error'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool EndInstanceCreationForEntityMappingManagerError(
	NSEntityMapping mapping,
	NSMigrationManager manager,
	out NSError error
)
Public Overridable Function EndInstanceCreationForEntityMappingManagerError ( _
	mapping As NSEntityMapping, _
	manager As NSMigrationManager, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool EndInstanceCreationForEntityMappingManagerError(
	NSEntityMapping^ mapping, 
	NSMigrationManager^ manager, 
	[OutAttribute] NSError^% error
)
Parameters
mapping (NSEntityMapping)
The mapping object in use.
manager (NSMigrationManager)
The migration manager performing the migration.
error (NSError%)
If an error occurs, upon return contains an NSError object that describes the problem.
Return Value
YES if the relationships are constructed correctly, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)