Class RevokedEventInstanceId
Grupo que define a instância de evento a ser tornada sem efeito
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
public string Desc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescField
Declaration
string DescField { }
Property Value
Type | Description |
---|---|
System.String |
OrigEvtId
Identificador global da instância de evento a ser substituída.
Declaration
public string OrigEvtId { get; set; }
Property Value
Type | Description |
---|---|
System.String |