Table of Contents

Class HelpInformation

Namespace
RetailForce.Fiscalisation.Entities
Assembly
RetailForce.Fiscalisation.Model.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class HelpInformation : Attribute
Inheritance
object
HelpInformation
Inherited Members

Constructors

HelpInformation(string, string)

public HelpInformation(string helpText, string helpLink = null)

Parameters

helpText string
helpLink string

Properties

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.