Table of Contents

Class CreateVorgangPosition<T>

Namespace
BpNexT.NET.Models.Internal
Assembly
BpNexT.NET.dll

Wrapper object to create a IVorgangPosition

public class CreateVorgangPosition<T> where T : IVorgangPosition, new()

Type Parameters

T
Inheritance
object
CreateVorgangPosition<T>

Constructors

CreateVorgangPosition(string, double, string, string, string, T?)

Initializes a new instance of the CreateVorgangPosition<T> class.

public CreateVorgangPosition(string artNr, double menge, string einheit, string bez = "", string formatData = "", T? position = default)

Parameters

artNr string

Artikel number of the position

menge double

Amount of the position

einheit string

Unit of the position

bez string

Optional description of the position. Defaults to Artikel description

formatData string

Comma separated string to automatically replace #p

position T

The position to create

Properties

Einheit

Unit of the position

public string Einheit { get; set; }

Property Value

string

FormatData

Comma separated string to automatically replace #p from Artikel description

public string? FormatData { get; set; }

Property Value

string

Menge

Amount of the position

public double Menge { get; set; }

Property Value

double

Position

Position to create

public T Position { get; }

Property Value

T