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

This class exists to implement the fluent language, in expressions like Cell.Containing(Display.Of(...)).
Inheritance: Flow
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Containing ( ) : Flow

This overload allows several Flows to be concatenated into a single cell.

Containing ( Flow flow ) : Flow

Private Methods

Méthode Description
MakeFlowBeCell ( Flow flow ) : Flow

Method Details

Containing() static public méthode

This overload allows several Flows to be concatenated into a single cell.
static public Containing ( ) : Flow
Résultat Flow

Containing() static public méthode

static public Containing ( Flow flow ) : Flow
flow Flow
Résultat Flow