Class 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
Declaration
public IndicadorOrigemProcesso IndProc { get; set; }
Property Value
Type | Description |
---|---|
IndicadorOrigemProcesso |
NProc
Declaration
public string NProc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TpAto
Declaration
public TipoAtoConcessorio? TpAto { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TipoAtoConcessorio> |
Methods
ShouldSerializeTpAto()
Declaration
public bool ShouldSerializeTpAto()
Returns
Type | Description |
---|---|
System.Boolean |