Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Dest

    Inheritance
    object
    Dest
    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.DCe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class Dest

    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

    EnderDest

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

    IdOutros

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

    XNome

    Declaration
    [XmlElement("xNome")]
    public string XNome { 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

    ShouldSerializeIdOutros()

    Declaration
    public bool ShouldSerializeIdOutros()
    Returns
    Type Description
    bool