MonobjcMonobjc Documented Class Library
NSManagedObject Constructor
NamespacesMonobjc.CoreDataNSManagedObjectNSManagedObject()()()()
Members
IconMemberDescription
NSManagedObject(NSEntityDescription, NSManagedObjectContext)

Initializes the receiver and inserts it into the specified managed object context.

Original signature is '- (id)initWithEntity:(NSEntityDescription *)entity insertIntoManagedObjectContext:(NSManagedObjectContext *)context'

Available in Mac OS X v10.4 and later.


NSManagedObject()()()()
Initializes a new instance of the NSManagedObject class.

NSManagedObject(IntPtr)
Initializes a new instance of the NSManagedObject class.

NSManagedObject(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSManagedObject class.

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