MonobjcMonobjc Documented Class Library
HasFaultForRelationshipNamed Method (key)
NamespacesMonobjc.CoreDataNSManagedObjectHasFaultForRelationshipNamed(NSString)

Returns a Boolean value that indicates whether the relationship for a given key is a fault.

Original signature is '- (BOOL)hasFaultForRelationshipNamed:(NSString *)key'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HasFaultForRelationshipNamed(
	NSString key
)
Public Overridable Function HasFaultForRelationshipNamed ( _
	key As NSString _
) As Boolean
public:
virtual bool HasFaultForRelationshipNamed(
	NSString^ key
)
Parameters
key (NSString)
The name of one of the receiver’s relationships.
Return Value
YES if the relationship for for the key key is a fault, 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)