Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfLocalCarrega

    Inheritance
    System.Object
    InfLocalCarrega
    InfLocalDescarrega
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfLocalCarrega

    Properties

    CEP

    CEP do Local de Carregamento

    Declaration
    public string CEP { get; set; }
    Property Value
    Type Description
    System.String

    Latitude

    Latitude do Local de Carregamento

    Declaration
    public string Latitude { get; set; }
    Property Value
    Type Description
    System.String

    Longitude

    Longitude do Local de Carregamento

    Declaration
    public string Longitude { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeCEP()

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

    Declaration
    public bool ShouldSerializeCEP()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeLatitude()

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

    Declaration
    public bool ShouldSerializeLatitude()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeLongitude()

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

    Declaration
    public bool ShouldSerializeLongitude()
    Returns
    Type Description
    System.Boolean