Class BooleanFormat
Формат отображения логического значения.
Namespace:InfinniPlatform.PrintView.Format
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class BooleanFormat : ValueFormat
Fields
| Improve this Doc View SourceTypeName
Имя типа для сериализации.
Declaration
public const string TypeName = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceFalseText
Текст для отображения ложного значения.
Declaration
public string FalseText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TrueText
Текст для отображения истинного значения.
Declaration
public string TrueText { get; set; }
Property Value
Type | Description |
---|---|
System.String |