/// <summary>
 /// Create a new ArticleLocal object.
 /// </summary>
 /// <param name="articleId">Initial value of the ArticleId property.</param>
 /// <param name="localId">Initial value of the LocalId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="body">Initial value of the Body property.</param>
 public static ArticleLocal CreateArticleLocal(global::System.Int32 articleId, global::System.Int32 localId, global::System.String name, global::System.String body)
 {
     ArticleLocal articleLocal = new ArticleLocal();
     articleLocal.ArticleId = articleId;
     articleLocal.LocalId = localId;
     articleLocal.Name = name;
     articleLocal.Body = body;
     return articleLocal;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ArticleLocals EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToArticleLocals(ArticleLocal articleLocal)
 {
     base.AddObject("ArticleLocals", articleLocal);
 }