Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DadosCargaCIOT

    Inheritance
    object
    DadosCargaCIOT
    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 DadosCargaCIOT

    Properties

    CodigoNaturezaCarga

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

    CodigoTipoCarga

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

    ContratantesCargFrac

    Declaration
    [XmlElement("ContratantesCargFrac")]
    public List<string> ContratantesCargFrac { get; set; }
    Property Value
    Type Description
    List<string>

    PesoCarga

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

    Methods

    ShouldSerializeCodigoNaturezaCarga()

    Declaration
    public bool ShouldSerializeCodigoNaturezaCarga()
    Returns
    Type Description
    bool

    ShouldSerializeCodigoTipoCarga()

    Declaration
    public bool ShouldSerializeCodigoTipoCarga()
    Returns
    Type Description
    bool

    ShouldSerializeContratantesCargFrac()

    Declaration
    public bool ShouldSerializeContratantesCargFrac()
    Returns
    Type Description
    bool

    ShouldSerializePesoCarga()

    Declaration
    public bool ShouldSerializePesoCarga()
    Returns
    Type Description
    bool