MonobjcMonobjc Documented Class Library
InitWithCompoundTypes Method (compoundTypes)
NamespacesMonobjc.AppKitNSPredicateEditorRowTemplateInitWithCompoundTypes(NSArray)

Initializes and returns a row template suitable for displaying compound predicates.

Original signature is '- (id)initWithCompoundTypes:(NSArray *)compoundTypes'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithCompoundTypes(
	NSArray compoundTypes
)
Public Overridable Function InitWithCompoundTypes ( _
	compoundTypes As NSArray _
) As Id
public:
virtual Id^ InitWithCompoundTypes(
	NSArray^ compoundTypes
)
Parameters
compoundTypes (NSArray)
An array of NSNumber objects specifying compound predicate types. See Compound_Predicate_Types for possible values.
Return Value
A row template initialized for displaying compound predicates of the types specified by compoundTypes.
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)