Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EmiOcc

    Emitente da Ocorrência.

    Inheritance
    System.Object
    EmiOcc
    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class EmiOcc

    Properties

    CInt

    Código interno do Emitente da Ocorrência.

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

    CNPJ

    CNPJ do Emitente da Ocorrência.

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

    Fone

    Telefone do Emitente da Ocorrência.

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

    IE

    Inscrição Estadual do Emitente da Ocorrência.

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

    UF

    UF do Emitente da Ocorrência.

    Declaration
    public UFBrasil UF { get; set; }
    Property Value
    Type Description
    UFBrasil

    Methods

    ShouldSerializeCInt()

    Verifica se a propriedade CInt deve ser serializada.

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

    ShouldSerializeFone()

    Verifica se a propriedade Fone deve ser serializada.

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