Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfDoc

    Inheritance
    object
    EventoDetalhe
    InfDoc
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.DescEvento
    EventoDetalhe.VersaoEvento
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    EventoDetalhe.WriteXml(XmlWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot(ElementName = "infDoc")]
    public class InfDoc : EventoDetalhe, IXmlSerializable

    Properties

    CMunDescarga

    Código do Município de Descarregamento

    Declaration
    [XmlElement("cMunDescarga", Order = 0)]
    public string CMunDescarga { get; set; }
    Property Value
    Type Description
    string

    ChNFe

    Chave de Acesso da NF-e

    Declaration
    [XmlElement("chNFe", Order = 2)]
    public string ChNFe { get; set; }
    Property Value
    Type Description
    string

    XMunDescarga

    Nome do Município de Descarregamento

    Declaration
    [XmlElement("xMunDescarga", Order = 1)]
    public string XMunDescarga { get; set; }
    Property Value
    Type Description
    string

    Implements

    IXmlSerializable