Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the WorkSheets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWorkSheets(WorkSheet workSheet)
 {
     base.AddObject("WorkSheets", workSheet);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new WorkSheet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="overallStatus">Initial value of the OverallStatus property.</param>
 /// <param name="detailedStatus">Initial value of the DetailedStatus property.</param>
 /// <param name="cBBDefType">Initial value of the CBBDefType property.</param>
 /// <param name="aKA">Initial value of the AKA property.</param>
 /// <param name="createBy">Initial value of the CreateBy property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="createOffice">Initial value of the CreateOffice property.</param>
 /// <param name="modifyBy">Initial value of the ModifyBy property.</param>
 /// <param name="modifyTime">Initial value of the ModifyTime property.</param>
 /// <param name="modifyOffice">Initial value of the ModifyOffice property.</param>
 public static WorkSheet CreateWorkSheet(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String overallStatus, global::System.String detailedStatus, global::System.String cBBDefType, global::System.String aKA, global::System.String createBy, global::System.DateTime createTime, global::System.String createOffice, global::System.String modifyBy, global::System.DateTime modifyTime, global::System.String modifyOffice)
 {
     WorkSheet workSheet = new WorkSheet();
     workSheet.Id = id;
     workSheet.RowVersion = rowVersion;
     workSheet.OverallStatus = overallStatus;
     workSheet.DetailedStatus = detailedStatus;
     workSheet.CBBDefType = cBBDefType;
     workSheet.AKA = aKA;
     workSheet.CreateBy = createBy;
     workSheet.CreateTime = createTime;
     workSheet.CreateOffice = createOffice;
     workSheet.ModifyBy = modifyBy;
     workSheet.ModifyTime = modifyTime;
     workSheet.ModifyOffice = modifyOffice;
     return workSheet;
 }