Class KeyValueCustomSectionData
- Assembly
- anybill.POS.Client.Abstractions.dll
KeyValue section
public class KeyValueCustomSectionData : CustomSectionDataBase, ICustomSectionData
- Inheritance
-
KeyValueCustomSectionData
- Implements
- Inherited Members
Properties
Key
Text of the key.
public string Key { get; set; }
Property Value
Type
Type of the custom section.
public string Type { get; }
Property Value
Value
Text of the value.
public string Value { get; set; }