MonobjcMonobjc Documented Class Library
InitWithObjectID Method (moid)
NamespacesMonobjc.CoreDataNSAtomicStoreCacheNodeInitWithObjectID(NSManagedObjectID)

Returns a cache node for the given managed object ID.

Original signature is '- (id)initWithObjectID:(NSManagedObjectID *)moid'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithObjectID(
	NSManagedObjectID moid
)
Public Overridable Function InitWithObjectID ( _
	moid As NSManagedObjectID _
) As Id
public:
virtual Id^ InitWithObjectID(
	NSManagedObjectID^ moid
)
Parameters
moid (NSManagedObjectID)
A managed object ID.
Return Value
A cache node for the given managed object ID, or nil if the node could not be initialized.
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)