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

Inheritance: Flow
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
AddContent ( ViewBuilder builder ) : void
WhenEmpty ( string substitute ) : Flow

Fluent language construct causing the specified substitute (in the same WS as the main string) to be displayed when the string normally displayed by the StringExpression is empty.

WhenEmpty ( string substitute, int ws ) : Flow

Fluent language construct causing the specified substitute in the specified WS to be displayed when the string normally displayed by the StringExpression is empty.

Private Methods

Méthode Description
MlsExpressionFlow ( Func fetchString, int ws ) : System

Method Details

AddContent() public méthode

public AddContent ( ViewBuilder builder ) : void
builder ViewBuilder
Résultat void

WhenEmpty() public méthode

Fluent language construct causing the specified substitute (in the same WS as the main string) to be displayed when the string normally displayed by the StringExpression is empty.
public WhenEmpty ( string substitute ) : Flow
substitute string
Résultat Flow

WhenEmpty() public méthode

Fluent language construct causing the specified substitute in the specified WS to be displayed when the string normally displayed by the StringExpression is empty.
public WhenEmpty ( string substitute, int ws ) : Flow
substitute string
ws int
Résultat Flow