Class HelpInformation
- Namespace
- RetailForce.Fiscalisation.Entities
- Assembly
- RetailForce.Fiscalisation.Model.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class HelpInformation : Attribute
- Inheritance
-
objectHelpInformation
- Inherited Members
Constructors
HelpInformation(string, string)
public HelpInformation(string helpText, string helpLink = null)
Parameters
helpTextstringhelpLinkstring
Properties
HelpLink
public string HelpLink { get; }
Property Value
- string
HelpText
public string HelpText { get; }
Property Value
- string
TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
[JsonIgnore]
public override object TypeId { get; }
Property Value
- object
An object that is a unique identifier for the attribute.