Example #1
0
 /// <summary>
 /// Create a new GruposUsuarios object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="nome">Initial value of the Nome property.</param>
 /// <param name="ativo">Initial value of the Ativo property.</param>
 public static GruposUsuarios CreateGruposUsuarios(global::System.Guid id, global::System.String nome, global::System.Boolean ativo)
 {
     GruposUsuarios gruposUsuarios = new GruposUsuarios();
     gruposUsuarios.Id = id;
     gruposUsuarios.Nome = nome;
     gruposUsuarios.Ativo = ativo;
     return gruposUsuarios;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GruposUsuarios EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGruposUsuarios(GruposUsuarios gruposUsuarios)
 {
     base.AddObject("GruposUsuarios", gruposUsuarios);
 }