NSRuleEditor
Notifications
NSRuleEditor()
NSRuleEditor(CGRect)
NSRuleEditor(IntPtr)
NSRuleEditor(NativeHandle)
NSRuleEditor(NSCoder)
NSRuleEditor(NSObjectFlag)
CanRemoveAllRows
ChildForCriterion
ClassHandle
CriteriaKeyPath
Delegate
DisplayValue
DisplayValuesKeyPath
Editable
FormattingDictionary
FormattingStringsFilename
NestingMode
NumberOfChildren
NumberOfRows
Predicate
PredicateParts
RowClass
RowHeight
RowsDidChangeNotification
RowTypeKeyPath
SelectedRows
SubrowsKeyPath
WeakDelegate
AddRow(NSObject)
Criteria(nint)
Criteria(nint)
DisplayValues(nint)
DisplayValues(nint)
Dispose(Boolean)
GetPredicate(nint)
GetPredicate(nint)
InsertRowAtIndex(nint, NSRuleEditorRowType, nint, Boolean)
InsertRowAtIndex(nint, NSRuleEditorRowType, nint, Boolean)
ParentRow(nint)
ParentRow(nint)
ReloadCriteria()
ReloadPredicate()
RemoveRowAtIndex(nint)
RemoveRowAtIndex(nint)
RemoveRowsAtIndexes(NSIndexSet, Boolean)
Row(NSObject)
RowType(nint)
RowType(nint)
SelectRows(NSIndexSet, Boolean)
SetCriteria(NSArray, NSArray, nint)
SetCriteria(NSArray, NSArray, nint)
SubrowIndexes(nint)
SubrowIndexes(nint)
Changed
EditingBegan
EditingEnded
RowsDidChange
xamarinmac
namespace AppKit
{
[Register("NSRuleEditor", true)]
public class NSRuleEditor : NSControl
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("insertRowAtIndex:withType:asSubrowOfRow:animate:")]
public virtual void InsertRowAtIndex(nint rowIndex, NSRuleEditorRowType rowType, nint parentRow, bool shouldAnimate);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API