Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfPassageiro

    Inheritance
    object
    InfPassageiro
    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.BPe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfPassageiro

    Properties

    CPF

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

    DNasc

    Declaration
    [XmlIgnore]
    public DateTime? DNasc { get; set; }
    Property Value
    Type Description
    DateTime?

    DNascField

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

    Email

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

    Fone

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

    NDoc

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

    TpDoc

    Declaration
    [XmlElement("tpDoc")]
    public TipoDocumentoPassageiroBPe TpDoc { get; set; }
    Property Value
    Type Description
    TipoDocumentoPassageiroBPe

    XDoc

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

    XNome

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

    Methods

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeDNascField()

    Declaration
    public bool ShouldSerializeDNascField()
    Returns
    Type Description
    bool

    ShouldSerializeEmail()

    Declaration
    public bool ShouldSerializeEmail()
    Returns
    Type Description
    bool

    ShouldSerializeFone()

    Declaration
    public bool ShouldSerializeFone()
    Returns
    Type Description
    bool

    ShouldSerializeXDoc()

    Declaration
    public bool ShouldSerializeXDoc()
    Returns
    Type Description
    bool