MonobjcMonobjc Documented Class Library
NSRuleEditor..::..RuleEditorPredicatePartsForCriterionWithDisplayValueInRowEventHandler Delegate
NamespacesMonobjc.AppKitNSRuleEditorNSRuleEditor..::..RuleEditorPredicatePartsForCriterionWithDisplayValueInRowEventHandler

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++
public delegate NSDictionary RuleEditorPredicatePartsForCriterionWithDisplayValueInRowEventHandler(
	NSRuleEditor editor,
	Id criterion,
	Id value,
	NSInteger row
)
Public Delegate Function RuleEditorPredicatePartsForCriterionWithDisplayValueInRowEventHandler ( _
	editor As NSRuleEditor, _
	criterion As Id, _
	value As Id, _
	row As NSInteger _
) As NSDictionary
public delegate NSDictionary^ RuleEditorPredicatePartsForCriterionWithDisplayValueInRowEventHandler(
	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)