C# Class CmisSync.CmisSyncDataSource

Inheritance: NSTableViewDataSource
ファイルを表示 Open project: keithwharrison/Oris4Sync Class Usage Examples

Public Properties

Property Type Description
Cells MonoMac.Foundation.NSAttributedString[]
Items List
SelectedCells MonoMac.Foundation.NSAttributedString[]

Public Methods

Method Description
CmisSyncDataSource ( List plugins ) : System

Private Methods

Method Description
numberOfRowsInTableView ( MonoMac.AppKit.NSTableView table_view ) : int
objectValueForTableColumn ( MonoMac.AppKit.NSTableView table_view, NSTableColumn table_column, int row_index ) : NSObject

Method Details

CmisSyncDataSource() public method

public CmisSyncDataSource ( List plugins ) : System
plugins List
return System

Property Details

Cells public_oe property

public NSAttributedString[],MonoMac.Foundation Cells
return MonoMac.Foundation.NSAttributedString[]

Items public_oe property

public List Items
return List

SelectedCells public_oe property

public NSAttributedString[],MonoMac.Foundation SelectedCells
return MonoMac.Foundation.NSAttributedString[]