Class StockBookingJournalDataContract
Inheritance
System.Object
StockBookingJournalDataContract
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
[DataContract]
public class StockBookingJournalDataContract
Properties
View Source
AccountNo
Declaration
[DataMember]
public string AccountNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BalanceAccount
Declaration
[DataMember]
public string BalanceAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingDate
Declaration
[DataMember]
public DateTime? BookingDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
BookingNo
Declaration
[DataMember]
public string BookingNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingReceiver
Declaration
[DataMember]
public string BookingReceiver { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingReceiverName
Declaration
[DataMember]
public string BookingReceiverName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BookingType
Declaration
[DataMember]
public string BookingType { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CostCenterAccount
Declaration
[DataMember]
public string CostCenterAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DebitCredit
Declaration
[DataMember]
public string DebitCredit { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Department
Declaration
[DataMember]
public string Department { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalSystemId
Declaration
[DataMember]
public int ExternalSystemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IdNo
Declaration
[DataMember]
public int IdNo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Info4
Declaration
public string Info4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ObjectReferenceId
Declaration
[DataMember]
public int ObjectReferenceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
ProcessingStateName
Declaration
public string ProcessingStateName { set; }
Property Value
Type |
Description |
System.String |
|
View Source
ProcesState
Declaration
[DataMember]
public AccountingJournalProcessState ProcesState { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.AccountingJournalProcessState |
|
View Source
Sepa
Declaration
[DataMember]
public int Sepa { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
StockAdminLogType
Declaration
public StockAdminLogTypeEnumDataContract StockAdminLogType { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.Stock.StockAdminLogTypeEnumDataContract |
|
View Source
SumGross
Declaration
[DataMember]
public decimal? SumGross { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
SumNetto
Declaration
[DataMember]
public decimal? SumNetto { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Vat
Declaration
[DataMember]
public string Vat { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VatGroup
Declaration
[DataMember]
public string VatGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VatSum
Declaration
[DataMember]
public decimal? VatSum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|