Table of Contents

Class DocumentModelExtensions

Namespace
RetailForce.Fiscalisation.Model
Assembly
RetailForce.Fiscalisation.Model.dll
public static class DocumentModelExtensions
Inheritance
DocumentModelExtensions
Inherited Members

Methods

GetCaption(IBusinessTransactionTypePosition)

Returns the caption of the position. For item positions ItemCaption will returned, for booking positions the caption of the position.

public static string GetCaption(this IBusinessTransactionTypePosition position)

Parameters

position IBusinessTransactionTypePosition

The position to evaluate.

Returns

string

The caption of this position.