Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class CteOSProc

    Inheritance
    System.Object
    XMLBase
    CteOSProc
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    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.CTeOS
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class CteOSProc : XMLBase, IXmlSerializable

    Properties

    CTeOS

    Declaration
    public CTeOS CTeOS { get; set; }
    Property Value
    Type Description
    CTeOS

    DhConexao

    Declaration
    public DateTimeOffset DhConexao { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    DhConexaoField

    Declaration
    public string DhConexaoField { get; set; }
    Property Value
    Type Description
    System.String

    IpTransmissor

    Declaration
    public string IpTransmissor { get; set; }
    Property Value
    Type Description
    System.String

    NomeArquivoDistribuicao

    Nome do arquivo de distribuição

    Declaration
    public string NomeArquivoDistribuicao { get; }
    Property Value
    Type Description
    System.String

    NPortaCon

    Declaration
    public int NPortaCon { get; set; }
    Property Value
    Type Description
    System.Int32

    ProtCTe

    Declaration
    public ProtCTe ProtCTe { get; set; }
    Property Value
    Type Description
    ProtCTe

    Versao

    Declaration
    public string Versao { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GerarXML()

    Declaration
    public override XmlDocument GerarXML()
    Returns
    Type Description
    System.Xml.XmlDocument
    Overrides
    XMLBase.GerarXML()

    LoadFromFile(String)

    Deserializar o XML no objeto CteOSProc

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

    Localização do arquivo XML de distribuição do CTeOS

    Returns
    Type Description
    CteOSProc

    Objeto do XML de distribuição do CTeOS

    ShouldSerializeDhConexaoField()

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

    ShouldSerializeIpTransmissor()

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

    ShouldSerializeNPortaCon()

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

    Implements

    IXmlSerializable