Class StagingTransactionPart
Inheritance
System.Object
StagingTransactionPart
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: Evatic.Common.Service.DataContract.StagingTables.DataModel
Assembly: Evatic.Common.dll
Syntax
public class StagingTransactionPart
Properties
View SourceDataTypeName
Declaration
public string DataTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegisterTimestamp
Declaration
public DateTime? RegisterTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RowsInserted
Declaration
public int? RowsInserted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RowsWithErrorsOnInsert
Declaration
public int? RowsWithErrorsOnInsert { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransactionGuid
Declaration
public Guid TransactionGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TransactionPartId
Declaration
public int TransactionPartId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |