Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EncerramentoOperacaoTransporte

    Inheritance
    object
    XMLBase
    EncerramentoOperacaoTransporte
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.CIOT
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.antt.gov.br/ciot")]
    [XmlRoot("EncerramentoOperacaoTransporte", Namespace = "http://www.antt.gov.br/ciot", IsNullable = false)]
    public class EncerramentoOperacaoTransporte : XMLBase, IXmlSerializable

    Properties

    CodigoIdentificacaoOperacao

    Declaration
    [XmlElement("CodigoIdentificacaoOperacao")]
    public string CodigoIdentificacaoOperacao { get; set; }
    Property Value
    Type Description
    string

    DadosCarga

    Declaration
    [XmlElement("DadosCarga")]
    public DadosCargaEncerramentoCIOT DadosCarga { get; set; }
    Property Value
    Type Description
    DadosCargaEncerramentoCIOT

    OrigemDestino

    Declaration
    [XmlArray("OrigemDestino")]
    [XmlArrayItem("ParOrigemDestino")]
    public List<ParOrigemDestinoCIOT> OrigemDestino { get; set; }
    Property Value
    Type Description
    List<ParOrigemDestinoCIOT>

    Methods

    ShouldSerializeDadosCarga()

    Declaration
    public bool ShouldSerializeDadosCarga()
    Returns
    Type Description
    bool

    ShouldSerializeOrigemDestino()

    Declaration
    public bool ShouldSerializeOrigemDestino()
    Returns
    Type Description
    bool

    Implements

    IXmlSerializable