Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NCMs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNCMs(NCMs nCMs)
 {
     base.AddObject("NCMs", nCMs);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new NCMs object.
 /// </summary>
 /// <param name="ncmNfe">Initial value of the NcmNfe property.</param>
 /// <param name="descricao">Initial value of the Descricao property.</param>
 /// <param name="descricaoTransporte">Initial value of the DescricaoTransporte property.</param>
 public static NCMs CreateNCMs(global::System.String ncmNfe, global::System.String descricao, global::System.String descricaoTransporte)
 {
     NCMs nCMs = new NCMs();
     nCMs.NcmNfe = ncmNfe;
     nCMs.Descricao = descricao;
     nCMs.DescricaoTransporte = descricaoTransporte;
     return nCMs;
 }