MonobjcMonobjc Documented Class Library
RuleEditorPredicatePartsForCriterionWithDisplayValueInRow Method (editor, criterion, value, row)
NamespacesMonobjc.AppKitINSRuleEditorDelegateRuleEditorPredicatePartsForCriterionWithDisplayValueInRow(NSRuleEditor, Id, Id, NSInteger)

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
C#Visual BasicVisual C++
NSDictionary RuleEditorPredicatePartsForCriterionWithDisplayValueInRow(
	NSRuleEditor editor,
	Id criterion,
	Id value,
	NSInteger row
)
Function RuleEditorPredicatePartsForCriterionWithDisplayValueInRow ( _
	editor As NSRuleEditor, _
	criterion As Id, _
	value As Id, _
	row As NSInteger _
) As NSDictionary
NSDictionary^ RuleEditorPredicatePartsForCriterionWithDisplayValueInRow(
	NSRuleEditor^ editor, 
	Id^ criterion, 
	Id^ value, 
	NSInteger row
)
Parameters
editor (NSRuleEditor)
The rule editor that sent the message.
criterion (Id)
The criterion for which the predicate parts are required.
value (Id)
The display value.
row (NSInteger)
The row number of criterion.
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)