Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class BPeTMProc

    BP-e TM processado

    Inheritance
    object
    XMLBase
    BPeTMProc
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.BPeTM
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("bpeTMProc", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
    public class BPeTMProc : XMLBase, IXmlSerializable

    Properties

    BPeTM

    BP-e TM

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

    DhConexao

    Data e hora da conexao de origem

    Declaration
    [XmlIgnore]
    public DateTimeOffset? DhConexao { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    DhConexaoField

    Data e hora da conexao serializada no XML

    Declaration
    [XmlAttribute("dhConexao")]
    public string DhConexaoField { get; set; }
    Property Value
    Type Description
    string

    IPTransmissor

    IP do transmissor

    Declaration
    [XmlAttribute("ipTransmissor")]
    public string IPTransmissor { get; set; }
    Property Value
    Type Description
    string

    NPortaCon

    Porta de origem utilizada na conexao

    Declaration
    [XmlAttribute("nPortaCon")]
    public string NPortaCon { get; set; }
    Property Value
    Type Description
    string

    NomeArquivoDistribuicao

    Nome do arquivo de distribuicao

    Declaration
    [XmlIgnore]
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    string

    ProtBPe

    Protocolo do BP-e

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

    Versao

    Versao do leiaute

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeDhConexaoField()

    Declaration
    public bool ShouldSerializeDhConexaoField()
    Returns
    Type Description
    bool

    ShouldSerializeIPTransmissor()

    Declaration
    public bool ShouldSerializeIPTransmissor()
    Returns
    Type Description
    bool

    ShouldSerializeNPortaCon()

    Declaration
    public bool ShouldSerializeNPortaCon()
    Returns
    Type Description
    bool

    Implements

    IXmlSerializable