Class PrintSection
Элемент для создания группы блочных элементов.
Inherited Members
Namespace:InfinniPlatform.PrintView.Block
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintSection : PrintBlock
Constructors
| Improve this Doc View SourcePrintSection()
Конструктор.
Declaration
public PrintSection()
Fields
| Improve this Doc View SourceTypeName
Имя типа для сериализации.
Declaration
public const string TypeName = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceBlocks
Список элементов.
Declaration
public List<PrintBlock> Blocks { get; set; }
Property Value
Type | Description |
---|---|
List<PrintBlock> |
Methods
| Improve this Doc View SourceGetDisplayTypeName()
Возвращает отображаемое имя типа элемента.
Declaration
public override string GetDisplayTypeName()
Returns
Type | Description |
---|---|
System.String |