Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 3.3 KB

File metadata and controls

26 lines (23 loc) · 3.3 KB

LoteGNRE Class

Properties

Name Type
guias ObservableCollection<GuiaGNRE>
Methods
CanDeserialize(string, LoteGNRE)
CanDeserialize(string, LoteGNRE, Exception) Deserializes workflow markup into an TNfeProc object
CanLoadFrom(Stream, LoteGNRE)
CanLoadFrom(Stream, LoteGNRE, Exception) Deserializes xml markup from file into an TNfeProc object
CanSaveToFile(Stream, Exception) Serializes current TNfeProc object into file
Deserialize(string)
Deserialize(Stream)
LoadFrom(Stream)
LoadFromAsync(Stream)
LoadFromAsync(Stream, bool)
OnPropertyChanged(string)
SaveTo(Stream)
SaveToAsync(Stream)
Serialize() Serializes current TNfeProc object into an XML document