Skip to content

ERPConnect.Idocs.IdocStatus

Namespace: ERPConnect.Idocs
Assembly: ERPConnectStandard20.dll

IdocStatus represents a single status of an IDoc.

public sealed class IdocStatus

Inheritance

objectIdocStatus

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

IdocStatus()

public IdocStatus()

Properties

CreationDateTime

Date and time when this sttus was created

public DateTime CreationDateTime { get; set; }

Property Value

DateTime

Description

The plain description of this status

public string Description { get; set; }

Property Value

string

Status

Status code

public string Status { get; set; }

Property Value

string

StatusVar1

Variable which the description text may contain

public string StatusVar1 { get; set; }

Property Value

string

StatusVar2

Variable which the description text may contain

public string StatusVar2 { get; set; }

Property Value

string

StatusVar3

Variable which the description text may contain

public string StatusVar3 { get; set; }

Property Value

string

StatusVar4

Variable which the description text may contain

public string StatusVar4 { get; set; }

Property Value

string

UserName

Defines the SAP user that has caused this status

public string UserName { get; set; }

Property Value

string