C# Class CmisSync.CmisSyncDataSource

Inheritance: NSTableViewDataSource
Afficher le fichier Open project: keithwharrison/Oris4Sync Class Usage Examples

Méthodes publiques

Свойство Type Description
Cells MonoMac.Foundation.NSAttributedString[]
Items List
SelectedCells MonoMac.Foundation.NSAttributedString[]

Méthodes publiques

Méthode Description
CmisSyncDataSource ( List plugins ) : System

Private Methods

Méthode 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 méthode

public CmisSyncDataSource ( List plugins ) : System
plugins List
Résultat System

Property Details

Cells public_oe property

public NSAttributedString[],MonoMac.Foundation Cells
Résultat MonoMac.Foundation.NSAttributedString[]

Items public_oe property

public List Items
Résultat List

SelectedCells public_oe property

public NSAttributedString[],MonoMac.Foundation SelectedCells
Résultat MonoMac.Foundation.NSAttributedString[]