Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Cpfs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCpfs(Cpf cpf)
 {
     base.AddObject("Cpfs", cpf);
 }
Example #2
0
 /// <summary>
 /// Create a new Cpf object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="number">Initial value of the Number property.</param>
 /// <param name="image">Initial value of the Image property.</param>
 public static Cpf CreateCpf(global::System.Int32 id, global::System.String number, global::System.String image)
 {
     Cpf cpf = new Cpf();
     cpf.Id = id;
     cpf.Number = number;
     cpf.Image = image;
     return cpf;
 }