Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ParOrigemDestinoCIOT

    Inheritance
    object
    ParOrigemDestinoCIOT
    Inherited Members
    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
    public class ParOrigemDestinoCIOT

    Properties

    Destino

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

    DistanciaPercorrida

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

    Origem

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

    QtdViagens

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

    Methods

    ShouldSerializeDistanciaPercorrida()

    Declaration
    public bool ShouldSerializeDistanciaPercorrida()
    Returns
    Type Description
    bool

    ShouldSerializeQtdViagens()

    Declaration
    public bool ShouldSerializeQtdViagens()
    Returns
    Type Description
    bool