MonobjcMonobjc Documented Class Library
DisplayableSubpredicatesOfPredicate Method (predicate)
NamespacesMonobjc.AppKitNSPredicateEditorRowTemplateDisplayableSubpredicatesOfPredicate(NSPredicate)

Returns the subpredicates that should be made sub-rows of a given predicate.

Original signature is '- (NSArray *)displayableSubpredicatesOfPredicate:(NSPredicate *)predicate'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray DisplayableSubpredicatesOfPredicate(
	NSPredicate predicate
)
Public Overridable Function DisplayableSubpredicatesOfPredicate ( _
	predicate As NSPredicate _
) As NSArray
public:
virtual NSArray^ DisplayableSubpredicatesOfPredicate(
	NSPredicate^ predicate
)
Parameters
predicate (NSPredicate)
A predicate object.
Return Value
The subpredicates that should be made sub-rows of predicate. For compound predicates (instances of NSCompoundPredicate), the array of subpredicates; for other types of predicate, returns nil. If a template represents a predicate in its entirety, or if the predicate has no subpredicates, returns nil.
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)