Ejemplo n.º 1
0
 /// <summary>
 /// Create a new tbl_CustomLayout object.
 /// </summary>
 /// <param name="customLayoutID">Initial value of the CustomLayoutID property.</param>
 /// <param name="cL_DisplayName">Initial value of the CL_DisplayName property.</param>
 /// <param name="cL_Directory">Initial value of the CL_Directory property.</param>
 public static tbl_CustomLayout Createtbl_CustomLayout(global::System.Int32 customLayoutID, global::System.String cL_DisplayName, global::System.String cL_Directory)
 {
     tbl_CustomLayout tbl_CustomLayout = new tbl_CustomLayout();
     tbl_CustomLayout.CustomLayoutID = customLayoutID;
     tbl_CustomLayout.CL_DisplayName = cL_DisplayName;
     tbl_CustomLayout.CL_Directory = cL_Directory;
     return tbl_CustomLayout;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_CustomLayout EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_CustomLayout(tbl_CustomLayout tbl_CustomLayout)
 {
     base.AddObject("tbl_CustomLayout", tbl_CustomLayout);
 }