MonoMac.AppKit.NSRuleEditor Members

The members of MonoMac.AppKit.NSRuleEditor are listed below.

See Also: Inherited members from MonoMac.AppKit.NSControl

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

CanRemoveAllRowsbool. Documentation for this section has not yet been entered.
ChildForCriterionNSRulerEditorChildCriterion. Delegate invoked by the object to get a value.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CriteriaKeyPathstring. Documentation for this section has not yet been entered.
DelegateNSRuleEditorDelegate. An instance of the MonoMac.AppKit.NSRuleEditorDelegate model class which acts as the class delegate.
DisplayValueNSRulerEditorDisplayValue. Delegate invoked by the object to get a value.
DisplayValuesKeyPathstring. Documentation for this section has not yet been entered.
Editablebool. Documentation for this section has not yet been entered.
FormattingDictionaryMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.
FormattingStringsFilenamestring. Documentation for this section has not yet been entered.
NestingModeNSRuleEditorNestingMode. Documentation for this section has not yet been entered.
NumberOfChildrenNSRuleEditorNumberOfChildren. Delegate invoked by the object to get a value.
[read-only]
NumberOfRowsint. Documentation for this section has not yet been entered.
[read-only]
PredicateMonoMac.Foundation.NSPredicate. Documentation for this section has not yet been entered.
PredicatePartsNSRulerEditorPredicateParts. Delegate invoked by the object to get a value.
RowClassMonoMac.ObjCRuntime.Class. Documentation for this section has not yet been entered.
RowHeightfloat. Documentation for this section has not yet been entered.
RowTypeKeyPathstring. Documentation for this section has not yet been entered.
[read-only]
SelectedRowsMonoMac.Foundation.NSIndexSet. Documentation for this section has not yet been entered.
SubrowsKeyPathstring. Documentation for this section has not yet been entered.
WeakDelegateNSRuleEditorDelegate. An object that can respond to the delegate protocol for this type

Public Methods

AddRow(MonoMac.Foundation.NSObject)
Documentation for this section has not yet been entered.
Criteria(int) : MonoMac.Foundation.NSArray
Documentation for this section has not yet been entered.
DisplayValues(int) : MonoMac.Foundation.NSObject[]
Documentation for this section has not yet been entered.
GetPredicate(int) : MonoMac.Foundation.NSPredicate
Documentation for this section has not yet been entered.
InsertRowAtIndex(int, NSRuleEditorRowType, int, bool)
Documentation for this section has not yet been entered.
ParentRow(int) : int
Documentation for this section has not yet been entered.
ReloadCriteria()
Documentation for this section has not yet been entered.
ReloadPredicate()
Documentation for this section has not yet been entered.
RemoveRowAtIndex(int)
Documentation for this section has not yet been entered.
RemoveRowsAtIndexes(MonoMac.Foundation.NSIndexSet, bool)
Documentation for this section has not yet been entered.
Row(MonoMac.Foundation.NSObject) : int
Documentation for this section has not yet been entered.
RowType(int) : NSRuleEditorRowType
Documentation for this section has not yet been entered.
SelectRows(MonoMac.Foundation.NSIndexSet, bool)
Documentation for this section has not yet been entered.
SetCriteria(MonoMac.Foundation.NSArray, MonoMac.Foundation.NSArray, int)
Documentation for this section has not yet been entered.
SubrowIndexes(int) : MonoMac.Foundation.NSIndexSet
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSRuleEditor object.

Public Events

ChangedEvent raised by the object.
EditingBeganEvent raised by the object.
EditingEndedEvent raised by the object.
RowsDidChangeEvent raised by the object.