Example #1
0
 /// <summary>
 /// Create a new tamanhos object.
 /// </summary>
 /// <param name="tamanhoId">Initial value of the TamanhoId property.</param>
 /// <param name="codigo">Initial value of the Codigo property.</param>
 /// <param name="descricao">Initial value of the Descricao property.</param>
 /// <param name="descricaoRedux">Initial value of the DescricaoRedux property.</param>
 public static tamanhos Createtamanhos(global::System.Int32 tamanhoId, global::System.String codigo, global::System.String descricao, global::System.String descricaoRedux)
 {
     tamanhos tamanhos = new tamanhos();
     tamanhos.TamanhoId = tamanhoId;
     tamanhos.Codigo = codigo;
     tamanhos.Descricao = descricao;
     tamanhos.DescricaoRedux = descricaoRedux;
     return tamanhos;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tamanhos EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotamanhos(tamanhos tamanhos)
 {
     base.AddObject("tamanhos", tamanhos);
 }