Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfLocalCarrega

    Inheritance
    object
    InfLocalCarrega
    InfLocalDescarrega
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class InfLocalCarrega

    Properties

    CEP

    CEP do Local de Carregamento

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

    Latitude

    Latitude do Local de Carregamento

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

    Longitude

    Longitude do Local de Carregamento

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

    Methods

    ShouldSerializeCEP()

    Verifica se deve serializar o campo CEP (não vazio)

    Declaration
    public bool ShouldSerializeCEP()
    Returns
    Type Description
    bool

    ShouldSerializeLatitude()

    Verifica se deve serializar o campo Latitude (não vazio e CEP vazio)

    Declaration
    public bool ShouldSerializeLatitude()
    Returns
    Type Description
    bool

    ShouldSerializeLongitude()

    Verifica se deve serializar o campo Longitude (não vazio e CEP vazio)

    Declaration
    public bool ShouldSerializeLongitude()
    Returns
    Type Description
    bool