Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RevokedEventInstanceId

    Grupo que define a instância de evento a ser tornada sem efeito

    Inheritance
    object
    RevokedEventInstanceId
    Replacing
    Revoking
    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.SNCM
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public abstract class RevokedEventInstanceId

    Properties

    Desc

    Elemento que informa a justificativa para a substituição.

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

    OrigEvtId

    Identificador global da instância de evento a ser substituída.

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