Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Comp

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

    Properties

    CNPJ

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

    CPF

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

    EnderComp

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

    IE

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

    IdEstrangeiro

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

    XNome

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

    Methods

    ShouldSerializeCNPJ()

    Declaration
    public bool ShouldSerializeCNPJ()
    Returns
    Type Description
    bool

    ShouldSerializeCPF()

    Declaration
    public bool ShouldSerializeCPF()
    Returns
    Type Description
    bool

    ShouldSerializeIE()

    Declaration
    public bool ShouldSerializeIE()
    Returns
    Type Description
    bool

    ShouldSerializeIdEstrangeiro()

    Declaration
    public bool ShouldSerializeIdEstrangeiro()
    Returns
    Type Description
    bool