Esempio n. 1
0
 /// <summary>
 /// Create a new vw_MBAnalysisTypeWithLogic object.
 /// </summary>
 /// <param name="mBAnalysisTypeID">Initial value of the MBAnalysisTypeID property.</param>
 /// <param name="isInUse">Initial value of the IsInUse property.</param>
 /// <param name="logicID">Initial value of the LogicID property.</param>
 /// <param name="expr1">Initial value of the Expr1 property.</param>
 /// <param name="expr2">Initial value of the Expr2 property.</param>
 public static vw_MBAnalysisTypeWithLogic Createvw_MBAnalysisTypeWithLogic(global::System.Int32 mBAnalysisTypeID, global::System.Byte isInUse, global::System.Int32 logicID, global::System.String expr1, global::System.String expr2)
 {
     vw_MBAnalysisTypeWithLogic vw_MBAnalysisTypeWithLogic = new vw_MBAnalysisTypeWithLogic();
     vw_MBAnalysisTypeWithLogic.MBAnalysisTypeID = mBAnalysisTypeID;
     vw_MBAnalysisTypeWithLogic.IsInUse = isInUse;
     vw_MBAnalysisTypeWithLogic.LogicID = logicID;
     vw_MBAnalysisTypeWithLogic.Expr1 = expr1;
     vw_MBAnalysisTypeWithLogic.Expr2 = expr2;
     return vw_MBAnalysisTypeWithLogic;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_MBAnalysisTypeWithLogic EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_MBAnalysisTypeWithLogic(vw_MBAnalysisTypeWithLogic vw_MBAnalysisTypeWithLogic)
 {
     base.AddObject("vw_MBAnalysisTypeWithLogic", vw_MBAnalysisTypeWithLogic);
 }