PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class BatchInfo

    Classe para conter os dados do lote

    Inheritance
    System.Object
    BatchInfo
    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.Request
    Assembly: GlobalSist.Server.WMS.dll
    Syntax
    public class BatchInfo

    Constructors

    BatchInfo()

    Declaration
    public BatchInfo()

    Properties

    BatchCode

    Obtém ou define o código do lote

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

    ManufactorDate

    Obtém ou define a data de fabrico do lote

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

    ValidityDate

    Obtém ou define a data de validade do lote

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