C# Класс SIL.FieldWorks.SharpViews.Builders.TssExpressionFlow

Наследование: Flow
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
TssExpressionFlow ( Expression fetchString ) : System

Описание методов

AddContent() публичный Метод

public AddContent ( ViewBuilder builder ) : void
builder ViewBuilder
Результат void

WhenEmpty() публичный Метод

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
Результат Flow

WhenEmpty() публичный Метод

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
Результат Flow