Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
MlsExpressionFlow ( Func |
public AddContent ( ViewBuilder builder ) : void | ||
builder | ViewBuilder | |
Результат | void |
public WhenEmpty ( string substitute ) : Flow | ||
substitute | string | |
Результат | Flow |
public WhenEmpty ( string substitute, int ws ) : Flow | ||
substitute | string | |
ws | int | |
Результат | Flow |