Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class CTe

    Conhecimento de transporte eletrônico

    Inheritance
    System.Object
    XMLBase
    CTe
    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class CTe : XMLBase, IXmlSerializable

    Properties

    InfCTe

    Informações do CTe.

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

    InfCTeSupl

    Informações suplementares do CTe.

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

    Signature

    Assinatura digital do CTe.

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

    Methods

    LoadFromFile(String)

    Desserializar o XML no objeto CTe.

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

    Localização do arquivo XML.

    Returns
    Type Description
    CTe

    Objeto do CTe.

    LoadFromXML(String)

    Desserializar o XML CTe no objeto CTe.

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

    string do XML CTe.

    Returns
    Type Description
    CTe

    Objeto da CTe.

    Implements

    IXmlSerializable