コード例 #1
0
        /// <summary>
        /// Create a new TimestampEntity object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="timestamp">Initial value of the Timestamp property.</param>
        /// <param name="a">Initial value of the A property.</param>
        public static TimestampEntity CreateTimestampEntity(global::System.Int32 id, global::System.Byte[] timestamp, global::System.Int32 a)
        {
            TimestampEntity timestampEntity = new TimestampEntity();

            timestampEntity.Id        = id;
            timestampEntity.Timestamp = timestamp;
            timestampEntity.A         = a;
            return(timestampEntity);
        }
コード例 #2
0
 /// <summary>
 /// Create a new TimestampEntity object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 /// <param name="a">Initial value of the A property.</param>
 public static TimestampEntity CreateTimestampEntity(global::System.Int32 id, global::System.Byte[] timestamp, global::System.Int32 a)
 {
     TimestampEntity timestampEntity = new TimestampEntity();
     timestampEntity.Id = id;
     timestampEntity.Timestamp = timestamp;
     timestampEntity.A = a;
     return timestampEntity;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TimestampEntities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimestampEntities(TimestampEntity timestampEntity)
 {
     base.AddObject("TimestampEntities", timestampEntity);
 }
コード例 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TimestampEntities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimestampEntities(TimestampEntity timestampEntity)
 {
     base.AddObject("TimestampEntities", timestampEntity);
 }