Class BillingLineTemplate
Inheritance
System.Object
BillingLineTemplate
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()
Assembly: Simplic.Logistics.dll
Syntax
public class BillingLineTemplate
Properties
|
Improve this Doc
View Source
ArticleId
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CostCenterId
Declaration
public Guid? CostCenterId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
GLAGroupId
Declaration
public Guid? GLAGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PriceUnitId
Declaration
public Guid? PriceUnitId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Quantity
Declaration
public double Quantity { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
QuantityUnitId
Declaration
public Guid? QuantityUnitId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
SinglePrice
Declaration
public double SinglePrice { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Surcharge
Declaration
public double Surcharge { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
SurchargeType
Declaration
public int SurchargeType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TaxTypeId
Declaration
public Guid? TaxTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TotalPrice
Declaration
public double TotalPrice { get; set; }
Property Value
Type |
Description |
System.Double |
|