Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RefNF

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

    Properties

    CNPJ

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

    CPF

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

    DEmi

    Declaration
    [XmlIgnore]
    public DateTime DEmi { get; set; }
    Property Value
    Type Description
    DateTime

    DEmiField

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

    Mod

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

    Nro

    Declaration
    [XmlElement("nro")]
    public int Nro { get; set; }
    Property Value
    Type Description
    int

    Serie

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

    Subserie

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

    Valor

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

    ValorField

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

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeSubserie()

    Declaration
    public bool ShouldSerializeSubserie()
    Returns
    Type Description
    bool