Class TiposEventosEspecificos
Arquivos de eventos específicos.
Inheritance
System.Object
TiposEventosEspecificos
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.Servicos
Assembly: Unimake.Business.DFe.dll
Syntax
public class TiposEventosEspecificos
Properties
Evento
Evento específico que vai ser validado para o REINF ou eSocial
Declaration
public string Evento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchemaArquivoEvento
Arquivo de schema específico do evento
Declaration
public string SchemaArquivoEvento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TagAssinatura
Nome da tag de Assinatura do evento
Declaration
public string TagAssinatura { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TagAtributoID
Nome da tag que tem o atributo de identificador único a ser utilizado no Reference.URI da assinatura
Declaration
public string TagAtributoID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetNS
Namespace do XML para validação de schema
Declaration
public string TargetNS { get; set; }
Property Value
Type | Description |
---|---|
System.String |