Class RecursosRec
Inheritance
System.Object
RecursosRec
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RecursosRec
Properties
CnpjOrigRecurso
Declaration
public string CnpjOrigRecurso { get; set; }
Property Value
Type |
Description |
System.String |
|
InfoProc
Declaration
public List<InfoProc> InfoProc { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfoProc> |
|
InfoRecurso
Declaration
public List<InfoRecurso> InfoRecurso { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfoRecurso> |
|
NmEmprExt
Declaration
public string NmEmprExt { get; set; }
Property Value
Type |
Description |
System.String |
|
RecEmprExt
Declaration
public string RecEmprExt { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalNRet
Declaration
public double VlrTotalNRet { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalNRetField
Declaration
public string VlrTotalNRetField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalRec
Declaration
public double VlrTotalRec { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalRecField
Declaration
public string VlrTotalRecField { get; set; }
Property Value
Type |
Description |
System.String |
|
VlrTotalRet
Declaration
public double VlrTotalRet { get; set; }
Property Value
Type |
Description |
System.Double |
|
VlrTotalRetField
Declaration
public string VlrTotalRetField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSereializeCnpjOrigRecurso()
Declaration
public bool ShouldSereializeCnpjOrigRecurso()
Returns
Type |
Description |
System.Boolean |
|
ShouldSereializeNmEmprExt()
Declaration
public bool ShouldSereializeNmEmprExt()
Returns
Type |
Description |
System.Boolean |
|
ShouldSereializeRecEmprExt()
Declaration
public bool ShouldSereializeRecEmprExt()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVlrTotalNRetPrinc()
Declaration
public bool ShouldSerializeVlrTotalNRetPrinc()
Returns
Type |
Description |
System.Boolean |
|