Class ResultDoc
Dados do documento
Inheritance
System.Object
ResultDoc
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: GlobalSist.Server.WMS.WCF.Response
Assembly: GlobalSist.Server.WMS.dll
Syntax
public class ResultDoc
Constructors
ResultDoc()
Declaration
public ResultDoc()
Properties
DocDetails
Obtém ou define a lista de linhas do documento
Declaration
public List<ResultDocDetail> DocDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ResultDocDetail> |
DocID
Obtém ou define o identificador do documento
Declaration
public int DocID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DocNum
Obtém ou define o número do documento
Declaration
public int DocNum { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
DocSeries
Obtém ou define a série do documento
Declaration
public string DocSeries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DocStatus
Obtém ou define o estado do documento
Declaration
public DocStatusEnum DocStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| GlobalSist.Logic.DocLogic.DocStatusEnum |
EntityName
Obtém ou define o nome do terceiro
Declaration
public string EntityName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ERPDocID
Obtém ou define o identificador do documento do ERP
Declaration
public string ERPDocID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ERPDocNum
Obtém ou define o número do documento do ERP
Declaration
public int ERPDocNum { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ERPDocSeries
Obtém ou define a série do documento no ERP
Declaration
public string ERPDocSeries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |