Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Transporta

    Classe de informações do Transporta

    Inheritance
    System.Object
    Transporta
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Transporta

    Fields

    XEnderField

    Declaration
    string XEnderField
    Field Value
    Type Description
    System.String

    XMunField

    Declaration
    string XMunField
    Field Value
    Type Description
    System.String

    XNomeField

    Declaration
    string XNomeField
    Field Value
    Type Description
    System.String

    Properties

    CNPJ

    CNPJ do transportador

    Declaration
    public string CNPJ { get; set; }
    Property Value
    Type Description
    System.String

    CPF

    CPF do transportador

    Declaration
    public string CPF { get; set; }
    Property Value
    Type Description
    System.String

    IE

    Inscrição Estadual

    Declaration
    public string IE { get; set; }
    Property Value
    Type Description
    System.String

    UF

    Sigla da UF

    Declaration
    public UFBrasil? UF { get; set; }
    Property Value
    Type Description
    System.Nullable<UFBrasil>

    XEnder

    Endereço completo

    Declaration
    public string XEnder { get; set; }
    Property Value
    Type Description
    System.String

    XMun

    Nome do munícipio

    Declaration
    public string XMun { get; set; }
    Property Value
    Type Description
    System.String

    XNome

    Declaration
    public string XNome { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeUF()

    Declaration
    public bool ShouldSerializeUF()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeXEnder()

    Declaration
    public bool ShouldSerializeXEnder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeXMun()

    Declaration
    public bool ShouldSerializeXMun()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeXNome()

    Declaration
    public bool ShouldSerializeXNome()
    Returns
    Type Description
    System.Boolean