C# 클래스 CmisSync.CmisSyncDataSource

상속: NSTableViewDataSource
파일 보기 프로젝트 열기: keithwharrison/Oris4Sync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cells MonoMac.Foundation.NSAttributedString[]
Items List
SelectedCells MonoMac.Foundation.NSAttributedString[]

공개 메소드들

메소드 설명
CmisSyncDataSource ( List plugins ) : System

비공개 메소드들

메소드 설명
numberOfRowsInTableView ( MonoMac.AppKit.NSTableView table_view ) : int
objectValueForTableColumn ( MonoMac.AppKit.NSTableView table_view, NSTableColumn table_column, int row_index ) : NSObject

메소드 상세

CmisSyncDataSource() 공개 메소드

public CmisSyncDataSource ( List plugins ) : System
plugins List
리턴 System

프로퍼티 상세

Cells 공개적으로 프로퍼티

public NSAttributedString[],MonoMac.Foundation Cells
리턴 MonoMac.Foundation.NSAttributedString[]

Items 공개적으로 프로퍼티

public List Items
리턴 List

SelectedCells 공개적으로 프로퍼티

public NSAttributedString[],MonoMac.Foundation SelectedCells
리턴 MonoMac.Foundation.NSAttributedString[]