Class CustomSection
A custom section which can be defined to add custom attributes
Inheritance
System.Object
CustomSection
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class CustomSection
Properties
Data
Data of the custom section
Declaration
public List<CustomSectionDataBase> Data { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomSectionDataBase> |
Position
Position where the section should be displayed.
Declaration
public CustomSectionPosition Position { get; set; }
Property Value
Type | Description |
---|---|
CustomSectionPosition |
Section
Referenced section to display the custom section.
Declaration
public CustomSectionType Section { get; set; }
Property Value
Type | Description |
---|---|
CustomSectionType |
Title
Title of the custom section. Especially relevant for the SDK.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |