Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfEntregaParcial

    Inheritance
    System.Object
    InfEntregaParcial
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfEntregaParcial

    Properties

    QtdParcial

    Quantidade parcial

    Declaration
    public double QtdParcial { get; set; }
    Property Value
    Type Description
    System.Double

    QtdParcialField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "QtdParcial" para atribuir ou resgatar o valor)

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

    QtdTotal

    Quantidade total

    Declaration
    public double QtdTotal { get; set; }
    Property Value
    Type Description
    System.Double

    QtdTotalField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "QtdTotal" para atribuir ou resgatar o valor)

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