Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Compra

    Classe de informações de Compra

    Inheritance
    object
    Compra
    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
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class Compra

    Properties

    XCont

    Informação do contrato

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

    XNEmp

    Informação da Nota de Empenho de compras públicas

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

    XPed

    Informação do pedido

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

    Methods

    ShouldSerializeXCont()

    Declaration
    public bool ShouldSerializeXCont()
    Returns
    Type Description
    bool

    ShouldSerializeXNEmp()

    Declaration
    public bool ShouldSerializeXNEmp()
    Returns
    Type Description
    bool

    ShouldSerializeXPed()

    Declaration
    public bool ShouldSerializeXPed()
    Returns
    Type Description
    bool