Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProcRef

    Classe de informações do ProcRef

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

    Properties

    IndProc

    Origem do processo

    Declaration
    public IndicadorOrigemProcesso IndProc { get; set; }
    Property Value
    Type Description
    IndicadorOrigemProcesso

    NProc

    Indentificador do processo ou ato concessório

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

    TpAto

    Tipo do ato concessório

    Declaration
    public TipoAtoConcessorio? TpAto { get; set; }
    Property Value
    Type Description
    System.Nullable<TipoAtoConcessorio>

    Methods

    ShouldSerializeTpAto()

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