Ejemplo n.º 1
0
 /// <summary>
 /// Create a new configuracoes object.
 /// </summary>
 /// <param name="configId">Initial value of the ConfigId property.</param>
 /// <param name="variavel">Initial value of the Variavel property.</param>
 /// <param name="descricao">Initial value of the Descricao property.</param>
 /// <param name="tipo">Initial value of the Tipo property.</param>
 /// <param name="lojaId">Initial value of the LojaId property.</param>
 public static configuracoes Createconfiguracoes(global::System.Int32 configId, global::System.String variavel, global::System.String descricao, global::System.String tipo, global::System.Int32 lojaId)
 {
     configuracoes configuracoes = new configuracoes();
     configuracoes.ConfigId = configId;
     configuracoes.Variavel = variavel;
     configuracoes.Descricao = descricao;
     configuracoes.Tipo = tipo;
     configuracoes.LojaId = lojaId;
     return configuracoes;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the configuracoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToconfiguracoes(configuracoes configuracoes)
 {
     base.AddObject("configuracoes", configuracoes);
 }