Class CustomSectionDataBase
The custom section data object.
Inheritance
System.Object
CustomSectionDataBase
Implements
Namespace: anybill.POS.Client.Models.Bill.Misc.Extension.CustomSection.CustomSectionData
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public abstract class CustomSectionDataBase : ICustomSectionData
Properties
SequenceNumber
The sequence number of the custom section data. Used to display the correct order.
Declaration
public int SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |