Example #1
0
 /// <summary>
 /// Create a new Decaptcha object.
 /// </summary>
 /// <param name="hash">Initial value of the Hash property.</param>
 public static Decaptcha CreateDecaptcha(global::System.String hash)
 {
     Decaptcha decaptcha = new Decaptcha();
     decaptcha.Hash = hash;
     return decaptcha;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Decaptchas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDecaptchas(Decaptcha decaptcha)
 {
     base.AddObject("Decaptchas", decaptcha);
 }