Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcRef

    Classe de informações do ProcRef

    Inheritance
    object
    ProcRef
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class ProcRef

    Properties

    IndProc

    Origem do processo

    Declaration
    [XmlElement("indProc")]
    public IndicadorOrigemProcesso IndProc { get; set; }
    Property Value
    Type Description
    IndicadorOrigemProcesso

    NProc

    Indentificador do processo ou ato concessório

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

    TpAto

    Tipo do ato concessório

    Declaration
    [XmlElement("tpAto")]
    public TipoAtoConcessorio? TpAto { get; set; }
    Property Value
    Type Description
    TipoAtoConcessorio?

    Methods

    ShouldSerializeTpAto()

    Declaration
    public bool ShouldSerializeTpAto()
    Returns
    Type Description
    bool