C# Класс SIL.FieldWorks.SharpViews.Builders.SelectionBuilder

SelectionBuilder supports a fluent interface for making selections.
Показать файл Открыть проект

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