예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Statements EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStatements(Statement statement)
 {
     base.AddObject("Statements", statement);
 }
예제 #2
0
 /// <summary>
 /// Create a new Statement object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="memberId">Initial value of the MemberId property.</param>
 /// <param name="statementTime">Initial value of the StatementTime property.</param>
 public static Statement CreateStatement(global::System.Int64 id, global::System.Int64 memberId, global::System.DateTime statementTime)
 {
     Statement statement = new Statement();
     statement.ID = id;
     statement.MemberId = memberId;
     statement.StatementTime = statementTime;
     return statement;
 }