Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 3.82 KB

File metadata and controls

31 lines (28 loc) · 3.82 KB

ResultadoLote Class

Properties

Name Type
ambiente Ambiente
numeroRecibo String
situacaoProcess ResultadoLoteProcessamento
resultado String
ResultadoFormatado List<ResultadoGuiaGNRE>
Methods
CanDeserialize(string, ResultadoLote)
CanDeserialize(string, ResultadoLote, Exception) Deserializes workflow markup into an TNfeProc object
CanLoadFrom(Stream, ResultadoLote)
CanLoadFrom(Stream, ResultadoLote, Exception) Deserializes xml markup from file into an TNfeProc object
CanSaveToFile(Stream, Exception) Serializes current TNfeProc object into file
Deserialize(string)
Deserialize(Stream)
FormataResultado()
LoadFrom(Stream)
LoadFromAsync(Stream)
LoadFromAsync(Stream, bool)
OnPropertyChanged(string)
SaveTo(Stream)
SaveToAsync(Stream)
Serialize() Serializes current TNfeProc object into an XML document