Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class MsgParam

    XML para o serviço param recepção e/ou atualização dos parâmetros do SNCM necessários para o Sistema Cliente funcionar

    Inheritance
    System.Object
    XMLBase
    MsgParam
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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 class MsgParam : 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

    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

    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 msgParam no objeto MsgParam.

    Declaration
    public MsgParam LoadFromFile(string filename)
    Parameters
    Type Name Description
    System.String filename

    Localização do arquivo XML msgParam

    Returns
    Type Description
    MsgParam

    Objeto do MsgParam

    LoadFromXML(String)

    Deserializar o XML msgParam no objeto MsgParam.

    Declaration
    public MsgParam LoadFromXML(string xml)
    Parameters
    Type Name Description
    System.String xml

    string do XML msgParam

    Returns
    Type Description
    MsgParam

    Objeto do MsgParam

    ShouldSerializeMbrAgt()

    Declaration
    public bool ShouldSerializeMbrAgt()
    Returns
    Type Description
    System.Boolean

    Implements

    IXmlSerializable