MonobjcMonobjc Documented Class Library
CommittedValuesForKeys Method (keys)
NamespacesMonobjc.CoreDataNSManagedObjectCommittedValuesForKeys(NSArray)

Returns a dictionary of the last fetched or saved values of the receiver for the properties specified by the given keys.

Original signature is '- (NSDictionary *)committedValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary CommittedValuesForKeys(
	NSArray keys
)
Public Overridable Function CommittedValuesForKeys ( _
	keys As NSArray _
) As NSDictionary
public:
virtual NSDictionary^ CommittedValuesForKeys(
	NSArray^ keys
)
Parameters
keys (NSArray)
An array containing names of properties of the receiver, or nil.
Return Value
A dictionary containing the last fetched or saved values of the receiver for the properties specified by keys.
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)