/// <summary> /// Create a new MatKhau object. /// </summary> /// <param name="text">Initial value of the Text property.</param> public static MatKhau CreateMatKhau(global::System.String text) { MatKhau matKhau = new MatKhau(); matKhau.Text = text; return matKhau; }
/// <summary> /// Deprecated Method for adding a new object to the MatKhaus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMatKhaus(MatKhau matKhau) { base.AddObject("MatKhaus", matKhau); }