Class AccountingJournalFieldErrorDataContract
Inheritance
System.Object
AccountingJournalFieldErrorDataContract
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
Assembly: Evatic.Common.dll
Syntax
[DataContract]
public class AccountingJournalFieldErrorDataContract
Properties
View SourceCurrentValue
Declaration
[DataMember]
public string CurrentValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Field
Declaration
[DataMember]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Declaration
[DataMember]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |