/// <summary> /// Create a new Customize object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="desktop">Initial value of the Desktop property.</param> /// <param name="themeId">Initial value of the ThemeId property.</param> public static Customize CreateCustomize(global::System.Int32 id, global::System.String desktop, global::System.Int32 themeId) { Customize customize = new Customize(); customize.Id = id; customize.Desktop = desktop; customize.ThemeId = themeId; return customize; }
/// <summary> /// Deprecated Method for adding a new object to the Customizes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCustomizes(Customize customize) { base.AddObject("Customizes", customize); }