C# 클래스 SIL.FieldWorks.SharpViews.Builders.SelectionBuilder

SelectionBuilder supports a fluent interface for making selections.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

Private Properties

프로퍼티 타입 설명
SelectionBuilder System

공개 메소드들

메소드 설명
In ( Hookup startHookup ) : SelectionBuilder

An entry point for making a selection, setting the current position to the specified hookup.

In ( RootBox root ) : SelectionBuilder
Install ( ) : Selection

This is a shortcut which both gets the selection and installs it.

Offset ( int ich ) : SelectionBuilder
this ( int index ) : SelectionBuilder

Refine the current target to the index'th item of the old current target (or null). Returns 'this' to let the fluent chain continue.

비공개 메소드들

메소드 설명
SelectionBuilder ( ) : System

메소드 상세

In() 공개 정적인 메소드

An entry point for making a selection, setting the current position to the specified hookup.
public static In ( Hookup startHookup ) : SelectionBuilder
startHookup SIL.FieldWorks.SharpViews.Hookups.Hookup
리턴 SelectionBuilder

In() 공개 정적인 메소드

public static In ( RootBox root ) : SelectionBuilder
root RootBox
리턴 SelectionBuilder

Install() 공개 메소드

This is a shortcut which both gets the selection and installs it.
public Install ( ) : Selection
리턴 SIL.FieldWorks.SharpViews.Selections.Selection

Offset() 공개 메소드

public Offset ( int ich ) : SelectionBuilder
ich int
리턴 SelectionBuilder

this() 공개 메소드

Refine the current target to the index'th item of the old current target (or null). Returns 'this' to let the fluent chain continue.
public this ( int index ) : SelectionBuilder
index int
리턴 SelectionBuilder