Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EventoBPe

    Evento do BP-e

    Inheritance
    object
    XMLBase
    EventoBPe
    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.BPe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlRoot("eventoBPe", Namespace = "http://www.portalfiscal.inf.br/bpe", IsNullable = false)]
    public class EventoBPe : XMLBase, IXmlSerializable

    Properties

    InfEvento

    Informacoes do evento

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

    Signature

    Assinatura digital

    Declaration
    [XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature

    Versao

    Versao do leiaute

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

    Implements

    IXmlSerializable