Beispiel #1
0
 /// <summary>
 /// Create a new Theme object.
 /// </summary>
 /// <param name="c__Id">Initial value of the C__Id property.</param>
 public static Theme CreateTheme(global::System.Int32 c__Id)
 {
     Theme theme = new Theme();
     theme.C__Id = c__Id;
     return theme;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Themes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToThemes(Theme theme)
 {
     base.AddObject("Themes", theme);
 }