MonobjcMonobjc Documented Class Library
InverseForRelationshipKey Method (relationshipKey)
NamespacesMonobjc.FoundationNSObjectInverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString InverseForRelationshipKey(
	NSString relationshipKey
)
Public Overridable Function InverseForRelationshipKey ( _
	relationshipKey As NSString _
) As NSString
public:
virtual NSString^ InverseForRelationshipKey(
	NSString^ relationshipKey
)
Parameters
relationshipKey (NSString)
The name of the relationship from the receiver’s class to another class.
Return Value
The name of the relationship that is the inverse of the receiver's relationship named relationshipKey.
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.Foundation (Module: Monobjc.Foundation)