Exemplo n.º 1
0
 /// <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;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Customizes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomizes(Customize customize)
 {
     base.AddObject("Customizes", customize);
 }