Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Comp

    Inheritance
    object
    Comp
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class Comp

    Properties

    TpComp

    Tipo do Componente

    Declaration
    [XmlElement("tpComp")]
    public TipoComponenteMDFe TpComp { get; set; }
    Property Value
    Type Description
    TipoComponenteMDFe

    VComp

    Valor do Componente

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

    VCompField

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

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

    XComp

    Descrição do Componente

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

    Methods

    ShouldSerializeXComp()

    Verifica se deve serializar o campo XComp (não vazio)

    Declaration
    public bool ShouldSerializeXComp()
    Returns
    Type Description
    bool