Esempio n. 1
0
 /// <summary>
 /// Create a new Content object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="descriptionTitle">Initial value of the DescriptionTitle property.</param>
 /// <param name="mainPage">Initial value of the MainPage property.</param>
 public static Content CreateContent(global::System.Int32 id, global::System.String name, global::System.String title, global::System.String description, global::System.String descriptionTitle, global::System.Boolean mainPage)
 {
     Content content = new Content();
     content.Id = id;
     content.Name = name;
     content.Title = title;
     content.Description = description;
     content.DescriptionTitle = descriptionTitle;
     content.MainPage = mainPage;
     return content;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Content EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContent(Content content)
 {
     base.AddObject("Content", content);
 }