MonobjcMonobjc Documented Class Library
HasOrderedToManyRelationshipForKey Method (key)
NamespacesMonobjc.FoundationNSScriptClassDescriptionHasOrderedToManyRelationshipForKey(NSString)

Returns a Boolean value indicating whether the described class has an ordered to-many relationship identified by the specified key.

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

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool HasOrderedToManyRelationshipForKey(
	NSString key
)
Public Overridable Function HasOrderedToManyRelationshipForKey ( _
	key As NSString _
) As Boolean
public:
virtual bool HasOrderedToManyRelationshipForKey(
	NSString^ key
)
Parameters
key (NSString)
The identifying key for a property of the receiver.
Return Value
YES if the described class has an ordered to-many relationship identified by the specified key; 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.Foundation (Module: Monobjc.Foundation)