Class ContractSubFee
Inheritance
System.Object
ContractSubFee
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: Evatic.Common.dll
Syntax
public class ContractSubFee
Properties
View Source
ArticleNo
Declaration
public string ArticleNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Company
Declaration
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Compensation
Declaration
public decimal? Compensation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
ContractNo
Declaration
public string ContractNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CreditCustomerNo
Declaration
public string CreditCustomerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Dept
Declaration
public string Dept { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Discount
Declaration
public decimal? Discount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
FeeType
Declaration
public string FeeType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
From
Declaration
public DateTime? From { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
InvoicedToDate
Declaration
public DateTime? InvoicedToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
InvoiceFrequency
Declaration
public int? InvoiceFrequency { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
InvoiceStartDate
Declaration
public DateTime? InvoiceStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
IsAccessory
Declaration
public bool IsAccessory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ItemsOnRow
Declaration
public int? ItemsOnRow { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
MachineNo
Declaration
public string MachineNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MeterType
Declaration
public string MeterType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ModelType
Declaration
public string ModelType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ObjDate
Declaration
public DateTime? ObjDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Price
Declaration
public decimal? Price { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
DB PROCESSING_INFORMATION
Declaration
public string ProcessingInformation { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcessingStatus
Declaration
public ProcessingStatusEnum ProcessingStatus { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.DataModel.ProcessingStatusEnum |
|
View Source
ProcessingTimestamp
Declaration
public DateTime? ProcessingTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
RegisterTimestamp
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
RowId
Declaration
public int RowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
To
Declaration
public DateTime? To { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
TransactionGuid
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
TransactionId
Declaration
public int TransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ValidFrom
Declaration
public DateTime? ValidFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
Volume
Declaration
public decimal? Volume { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|