/// <summary> /// Create a new Theme object. /// </summary> /// <param name="theme_id">Initial value of the Theme_id property.</param> /// <param name="theme_name">Initial value of the Theme_name property.</param> /// <param name="theme_caption">Initial value of the Theme_caption property.</param> /// <param name="system_InsDT">Initial value of the System_InsDT property.</param> /// <param name="themeGroup_id">Initial value of the ThemeGroup_id property.</param> public static Theme CreateTheme(global::System.Int64 theme_id, global::System.String theme_name, global::System.String theme_caption, global::System.DateTime system_InsDT, global::System.Int64 themeGroup_id) { Theme theme = new Theme(); theme.Theme_id = theme_id; theme.Theme_name = theme_name; theme.Theme_caption = theme_caption; theme.System_InsDT = system_InsDT; theme.ThemeGroup_id = themeGroup_id; return theme; }
/// <summary> /// Deprecated Method for adding a new object to the Theme EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTheme(Theme theme) { base.AddObject("Theme", theme); }