/// <summary>
 /// Create a new Ecommerce_Cor object.
 /// </summary>
 /// <param name="idCor">Initial value of the IdCor property.</param>
 /// <param name="nome">Initial value of the Nome property.</param>
 /// <param name="dataInclusao">Initial value of the DataInclusao property.</param>
 /// <param name="isAtivo">Initial value of the IsAtivo property.</param>
 public static Ecommerce_Cor CreateEcommerce_Cor(global::System.Int32 idCor, global::System.String nome, global::System.DateTime dataInclusao, global::System.Boolean isAtivo)
 {
     Ecommerce_Cor ecommerce_Cor = new Ecommerce_Cor();
     ecommerce_Cor.IdCor = idCor;
     ecommerce_Cor.Nome = nome;
     ecommerce_Cor.DataInclusao = dataInclusao;
     ecommerce_Cor.IsAtivo = isAtivo;
     return ecommerce_Cor;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Ecommerce_Cor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEcommerce_Cor(Ecommerce_Cor ecommerce_Cor)
 {
     base.AddObject("Ecommerce_Cor", ecommerce_Cor);
 }