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

Inheritance: Flow
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method 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

Method Description
MlsExpressionFlow ( Func fetchString, int ws ) : System

Method Details

AddContent() public method

public AddContent ( ViewBuilder builder ) : void
builder ViewBuilder
return void

WhenEmpty() public method

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
return Flow

WhenEmpty() public method

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
return Flow