C# 클래스 SIL.FieldWorks.Common.Controls.FlatListView

상속: System.Windows.Forms.UserControl, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

This method throws an ObjectDisposedException if IsDisposed returns true. This is the case where a method or property in an object is being used but the object itself is no longer valid. This method should be added to all public properties and methods of this object and all other objects derived from it (extensive).

FlatListView ( ) : System

Initializes a new instance of the FlatListView class.

GetCheckedItems ( ) : IEnumerable

Retrieve the final list of checked items.

Initialize ( SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet stylesheet, XCore.Mediator mediator, XmlNode xnConfig, IEnumerable objs ) : void

Create and initialize the browse view, storing the data it will display.

SetCheckedItems ( IEnumerable objs ) : void

Set the initial list of checked items.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StoreData ( IEnumerable objs ) : void

Store the given hvos in the cache as a fake vector property belonging to the language project.

m_bvList_SelectionChanged ( object sender, SIL.FieldWorks.Common.FwUtils.FwObjectSelectionEventArgs e ) : void

메소드 상세

CheckDisposed() 공개 메소드

This method throws an ObjectDisposedException if IsDisposed returns true. This is the case where a method or property in an object is being used but the object itself is no longer valid. This method should be added to all public properties and methods of this object and all other objects derived from it (extensive).
public CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FlatListView() 공개 메소드

Initializes a new instance of the FlatListView class.
public FlatListView ( ) : System
리턴 System

GetCheckedItems() 공개 메소드

Retrieve the final list of checked items.
public GetCheckedItems ( ) : IEnumerable
리턴 IEnumerable

Initialize() 공개 메소드

Create and initialize the browse view, storing the data it will display.
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet stylesheet, XCore.Mediator mediator, XmlNode xnConfig, IEnumerable objs ) : void
cache SIL.FieldWorks.FDO.FdoCache The cache.
stylesheet IVwStylesheet The stylesheet.
mediator XCore.Mediator The mediator.
xnConfig System.Xml.XmlNode The config node.
objs IEnumerable The objs.
리턴 void

SetCheckedItems() 공개 메소드

Set the initial list of checked items.
public SetCheckedItems ( IEnumerable objs ) : void
objs IEnumerable The objs.
리턴 void