/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Decaptchas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDecaptchas(Decaptcha decaptcha) { base.AddObject("Decaptchas", decaptcha); }