/// <summary>
 /// Create a new rb_Localize object.
 /// </summary>
 /// <param name="textKey">Initial value of the TextKey property.</param>
 /// <param name="cultureCode">Initial value of the CultureCode property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static rb_Localize Createrb_Localize(global::System.String textKey, global::System.String cultureCode, global::System.String description)
 {
     rb_Localize rb_Localize = new rb_Localize();
     rb_Localize.TextKey = textKey;
     rb_Localize.CultureCode = cultureCode;
     rb_Localize.Description = description;
     return rb_Localize;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_Localize EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_Localize(rb_Localize rb_Localize)
 {
     base.AddObject("rb_Localize", rb_Localize);
 }