Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class CancelamentoOperacaoTransporte

    Inheritance
    object
    XMLBase
    CancelamentoOperacaoTransporte
    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("CancelamentoOperacaoTransporte", Namespace = "http://www.antt.gov.br/ciot", IsNullable = false)]
    public class CancelamentoOperacaoTransporte : XMLBase, IXmlSerializable

    Properties

    CodigoIdentificacaoOperacao

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

    MotivoCancelamento

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

    Implements

    IXmlSerializable