コード例 #1
0
ファイル: MTP.Designer.cs プロジェクト: vibhutisuthar/TEST
 /// <summary>
 /// Create a new qisegment object.
 /// </summary>
 /// <param name="gDS">Initial value of the GDS property.</param>
 /// <param name="rLOC">Initial value of the RLOC property.</param>
 /// <param name="segmentNumber">Initial value of the SegmentNumber property.</param>
 /// <param name="fileLocation">Initial value of the FileLocation property.</param>
 /// <param name="stamp">Initial value of the Stamp property.</param>
 public static qisegment Createqisegment(global::System.String gDS, global::System.String rLOC, global::System.Int64 segmentNumber, global::System.String fileLocation, global::System.DateTime stamp)
 {
     qisegment qisegment = new qisegment();
     qisegment.GDS = gDS;
     qisegment.RLOC = rLOC;
     qisegment.SegmentNumber = segmentNumber;
     qisegment.FileLocation = fileLocation;
     qisegment.Stamp = stamp;
     return qisegment;
 }
コード例 #2
0
ファイル: MTP.Designer.cs プロジェクト: vibhutisuthar/TEST
 /// <summary>
 /// Deprecated Method for adding a new object to the qisegments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToqisegments(qisegment qisegment)
 {
     base.AddObject("qisegments", qisegment);
 }