Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class FerroEnv

    Ferroviários Envolvidos.

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

    Properties

    CInt

    Código Interno do Ferroviário Envolvido.

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

    CNPJ

    CNPJ do Ferroviário Envolvido.

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

    EnderFerro

    Endereço do Ferroviário Envolvido.

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

    IE

    Inscrição Estadual do Ferroviário Envolvido.

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

    XNome

    Razão Social ou Nome do Ferroviário Envolvido.

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

    Methods

    ShouldSerializeCInt()

    Verifica se a propriedade CInt deve ser serializada.

    Declaration
    public bool ShouldSerializeCInt()
    Returns
    Type Description
    bool

    ShouldSerializeIE()

    Verifica se a propriedade IE deve ser serializada.

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    bool