Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.9 KB

File metadata and controls

30 lines (26 loc) · 2.9 KB

CFe Class

Classe Principal do CF-e

Properties

Name Type
infCFe CFeInformacoes
Any XElement
DocumentType XmlDocumentType
DataEmissao Nullable<DateTime>
Chave String
Methods
CanDeserialize(string, CFe)
CanDeserialize(string, CFe, Exception) Deserializes workflow markup into an TNfeProc object
CanLoadFrom(Stream, CFe)
CanLoadFrom(Stream, CFe, 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, bool)
SaveTo(Stream)
SaveToAsync(Stream)
Serialize() Serializes current TNfeProc object into an XML document