Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GControleEstoquePerecimentoAdquirente

    Inheritance
    object
    GControleEstoquePerecimentoAdquirente
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class GControleEstoquePerecimentoAdquirente

    Properties

    QPerecimento

    Informar a quantidade que foi objeto de roubo, perda, furto ou perecimento

    Declaration
    [XmlIgnore]
    public double QPerecimento { get; set; }
    Property Value
    Type Description
    double

    QPerecimentoField

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

    Declaration
    [XmlElement("qPerecimento")]
    public string QPerecimentoField { get; set; }
    Property Value
    Type Description
    string

    UPerecimento

    Informar a unidade relativa ao campo qPerecimento

    Declaration
    [XmlElement("uPerecimento")]
    public string UPerecimento { get; set; }
    Property Value
    Type Description
    string