C# Class SIL.FieldWorks.SharpViews.Builders.SelectionBuilder

SelectionBuilder supports a fluent interface for making selections.
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
SelectionBuilder System

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SelectionBuilder ( ) : System

Method Details

In() public static méthode

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
Résultat SelectionBuilder

In() public static méthode

public static In ( RootBox root ) : SelectionBuilder
root RootBox
Résultat SelectionBuilder

Install() public méthode

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

Offset() public méthode

public Offset ( int ich ) : SelectionBuilder
ich int
Résultat SelectionBuilder

this() public méthode

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
Résultat SelectionBuilder