Пример #1
0
 /// <summary>
 /// Create a new StoryLine object.
 /// </summary>
 /// <param name="titleId">Initial value of the TitleId property.</param>
 /// <param name="id">Initial value of the Id property.</param>
 public static StoryLine CreateStoryLine(global::System.Int32 titleId, global::System.Int32 id)
 {
     StoryLine storyLine = new StoryLine();
     storyLine.TitleId = titleId;
     storyLine.Id = id;
     return storyLine;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StoryLines EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStoryLines(StoryLine storyLine)
 {
     base.AddObject("StoryLines", storyLine);
 }