Example #1
0
 /// <summary>
 /// Create a new vw_CompType object.
 /// </summary>
 /// <param name="compTypeID">Initial value of the CompTypeID property.</param>
 /// <param name="compTypeName">Initial value of the CompTypeName property.</param>
 /// <param name="createdByID">Initial value of the CreatedByID property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="modifiedByID">Initial value of the ModifiedByID property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 /// <param name="activeFlag">Initial value of the ActiveFlag property.</param>
 /// <param name="deleteFlag">Initial value of the DeleteFlag property.</param>
 public static vw_CompType Createvw_CompType(global::System.Int32 compTypeID, global::System.String compTypeName, global::System.Int32 createdByID, global::System.DateTime createDate, global::System.Int32 modifiedByID, global::System.DateTime modifiedDate, global::System.Int32 activeFlag, global::System.Int32 deleteFlag)
 {
     vw_CompType vw_CompType = new vw_CompType();
     vw_CompType.CompTypeID = compTypeID;
     vw_CompType.CompTypeName = compTypeName;
     vw_CompType.CreatedByID = createdByID;
     vw_CompType.CreateDate = createDate;
     vw_CompType.ModifiedByID = modifiedByID;
     vw_CompType.ModifiedDate = modifiedDate;
     vw_CompType.ActiveFlag = activeFlag;
     vw_CompType.DeleteFlag = deleteFlag;
     return vw_CompType;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_CompType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_CompType(vw_CompType vw_CompType)
 {
     base.AddObject("vw_CompType", vw_CompType);
 }