PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class GprBEOFMock

    Inheritance
    System.Object
    GprBEOFMock
    Implements
    IDocLogistica
    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: GprBE100
    Assembly: GprBE100.dll
    Syntax
    public class GprBEOFMock : IDocLogistica

    Constructors

    GprBEOFMock()

    Declaration
    public GprBEOFMock()

    Properties

    DataDoc

    Declaration
    public DateTime DataDoc { get; set; }
    Property Value
    Type Description
    System.DateTime

    Documento

    Declaration
    public string Documento { get; set; }
    Property Value
    Type Description
    System.String

    Entidade

    Declaration
    public string Entidade { get; set; }
    Property Value
    Type Description
    System.String

    Filial

    Declaration
    public string Filial { get; set; }
    Property Value
    Type Description
    System.String

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    Linhas

    Declaration
    public LinhasDocLogistica Linhas { get; set; }
    Property Value
    Type Description
    LinhasDocLogistica

    NumDoc

    Declaration
    public int NumDoc { get; set; }
    Property Value
    Type Description
    System.Int32

    OrdemFabrico

    Declaration
    public string OrdemFabrico { get; set; }
    Property Value
    Type Description
    System.String

    Serie

    Declaration
    public string Serie { get; set; }
    Property Value
    Type Description
    System.String

    Tipodoc

    Declaration
    public string Tipodoc { get; set; }
    Property Value
    Type Description
    System.String

    TipoEntidade

    Declaration
    public string TipoEntidade { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IDocLogistica