Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Condutor

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

    Properties

    CPF

    CPF do Condutor

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

    XNome

    Nome do Condutor

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