Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InfCFe"/> class.
 /// </summary>
 public InfCFe()
 {
     Ide     = new CFeIde();
     Emit    = new CFeEmit();
     Dest    = new CFeDest();
     Entrega = new CFeEntrega();
     Det     = new CFeDetCollection();
     Total   = new CFeTotal();
     Pagto   = new CFePgto();
     InfAdic = new CFeInfAdic();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CFe" /> class.
 /// </summary>
 /// <returns>CFe.</returns>
 public InfCFe(CFe parent) : this()
 {
     Parent = parent;
     Det    = new CFeDetCollection(Parent);
 }