MonobjcMonobjc Documented Class Library
RuleEditorPredicatePartsForCriterionWithDisplayValueInRow Event
NamespacesMonobjc.AppKitNSRuleEditor..::..NSRuleEditorDelegateEventDispatcherRuleEditorPredicatePartsForCriterionWithDisplayValueInRow

Returns a dictionary representing the parts of the predicate determined by the given criterion and value.

Original signature is '- (NSDictionary *)ruleEditor:(NSRuleEditor *)editor predicatePartsForCriterion:(id)criterion withDisplayValue:(id)value inRow:(NSInteger)row'

Available in Mac OS X v10.5 and later.

Declaration Syntax
Return Value
A dictionary representing the parts of the predicate determined by the given criterion and value. The keys of the dictionary should be the string constants specified in Predicate Part Keys with corresponding appropriate values.
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)