C# 클래스 SIL.FieldWorks.SharpViews.Builders.TssExpressionFlow

상속: Flow
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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