Class MsgEvtIn
XML para envio de todos os tipos de eventos do SNCM.
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
public class MsgEvtIn : XMLBase, IXmlSerializable
Properties
CcTime
Carimbo de tempo realizado pelo Sistema Cliente no instante da comunicação com o SNCM.
Declaration
public DateTimeOffset CcTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
CcTimeField
Declaration
public string CcTimeField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Declarant
Identificador do membro da cadeia.
Declaration
public Declarant Declarant { get; set; }
Property Value
Type | Description |
---|---|
Declarant |
DocId
Identificador de controle da comunicação com o SNCM, gerado pelo Sistema Cliente.
Declaration
public string DocId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Env
Identificação do Ambiente.
Declaration
public IdentificacaoAmbiente Env { get; set; }
Property Value
Type | Description |
---|---|
IdentificacaoAmbiente |
Evts
Grupo de eventos a serem informados ao SNCM.
Declaration
public Evts Evts { get; set; }
Property Value
Type | Description |
---|---|
Evts |
Lc
Idioma desejado para as mensagens descritivas de retorno. Padrão: pt-BR.
Declaration
public string Lc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MbrAgt
Identificação do procurador que assina a comunicação (CNPJ).
Declaration
public string MbrAgt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Signature
Assinatura digital da mensagem XML.
Declaration
public Signature Signature { get; set; }
Property Value
Type | Description |
---|---|
Signature |
UsrAgt
Elemento livre para o desenvolvedor do Sistema Cliente indicar seu nome, a respectiva versão do software cliente, um telefone para contato com DDD e um email.
Declaration
public string UsrAgt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UsrAgtField
Declaration
string UsrAgtField { }
Property Value
Type | Description |
---|---|
System.String |
Ver
Versão do Leiaute
Declaration
public string Ver { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
LoadFromFile(String)
Deserializar o XML msgEvtIn no objeto MsgEvtIn.
Declaration
public MsgEvtIn LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML msgEvtIn |
Returns
Type | Description |
---|---|
MsgEvtIn | Objeto do MsgEvtIn |
LoadFromXML(String)
Deserializar o XML msgEvtIn no objeto MsgEvtIn.
Declaration
public MsgEvtIn LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML MsgEvtIn |
Returns
Type | Description |
---|---|
MsgEvtIn | Objeto do MsgEvtIn |
ShouldSerializeMbrAgt()
Declaration
public bool ShouldSerializeMbrAgt()
Returns
Type | Description |
---|---|
System.Boolean |