Class VehicleTransactionDataBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.ERP.dll
Syntax
public abstract class VehicleTransactionDataBase
Properties
| Improve this Doc View SourceArticleId
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CostCenter
Gets or sets the costcenter number
Declaration
public abstract string CostCenter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUserName
Gets or sets the create user
Declaration
public string CreateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Date
Gets or sets the property Date as DateTime
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ErrorMessage
Gets or sets the error message
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GrossPrice
Gets or sets the gross price
Declaration
public PreciseDecimal GrossPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Guid
Translation for database
Declaration
public Guid Guid { get; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InvoiceNumber
Gets or sets the property InvoiceNumber as string
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NetPrice
Gets or sets the net price
Declaration
public PreciseDecimal NetPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
PersonalAccountId
Gets or sets the personal account id
Declaration
public Guid? PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Quantity
Gets or sets the property Quantity as PreciseDecimal
Declaration
public PreciseDecimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Status
Gets or sets the status
Declaration
public VehicleTransactionDataStatus Status { get; set; }
Property Value
Type | Description |
---|---|
VehicleTransactionDataStatus |
TenantId
Gets or sets the current tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
UpdateDateTime
Gets or sets the update datetime
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdateUserName
Gets or sets the update user
Declaration
public string UpdateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleId
Gets or sets the property VehicleId as Guid
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Methods
| Improve this Doc View SourceCheckStatus()
Checks and sets the fuel data status
Declaration
public void CheckStatus()