Class RetMbtAgtMgmt
XML para o serviço para recepção e/ou atualização dos parâmetros do SNCM necessários para o Sistema Cliente funcionar
Implements
Inherited Members
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
public class RetMbtAgtMgmt : XMLBase, IXmlSerializable
Properties
Action
Identificação de existência de ações a serem desempenhadas pelo membro: false – Não existem ações / true – Existem ações do SNCM a serem desempenhados pelo membro.
Declaration
public bool Action { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Anom
Identificação do surgimento de anomalias pela comunicação do documento de entrada: false – Não surgiram anomalias / true – Surgiram anomalias.
Declaration
public bool Anom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BackOff
Código identificador da retaguarda que atendeu a solicitação
Declaration
public string BackOff { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CrTime
Data e horário da recepção da mensagem de entrada
Declaration
public DateTimeOffset CrTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
CrTimeField
Declaration
public string CrTimeField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocId
Identificador de controle da comunicação do SNCM.
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 |
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 |
Lista
Lista com os CNPJ cadastrados como procuradores
Declaration
public Lista Lista { get; set; }
Property Value
Type | Description |
---|---|
Lista |
Notif
Identificação de existência de notificações ao membro: false – Não existem notificações / true – Existem notificações
Declaration
public bool Notif { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Rets
Grupo de mensagens de retorno do Web Service.
Declaration
public Rets Rets { get; set; }
Property Value
Type | Description |
---|---|
Rets |
Ver
Versão do Leiaute
Declaration
public string Ver { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
LoadFromFile(String)
Deserializar o XML retMbtAgtMgmt no objeto RetMbtAgtMgmt.
Declaration
public RetMbtAgtMgmt LoadFromFile(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Localização do arquivo XML retMbtAgtMgmt |
Returns
Type | Description |
---|---|
RetMbtAgtMgmt | Objeto do RetMbtAgtMgmt |
LoadFromXML(String)
Deserializar o XML retMbtAgtMgmt no objeto RetMbtAgtMgmt.
Declaration
public RetMbtAgtMgmt LoadFromXML(string xml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xml | string do XML retMbtAgtMgmt |
Returns
Type | Description |
---|---|
RetMbtAgtMgmt | Objeto do RetMbtAgtMgmt |