Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReplySettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReplySettings(ReplySetting replySetting)
 {
     base.AddObject("ReplySettings", replySetting);
 }
Пример #2
0
 /// <summary>
 /// Create a new ReplySetting object.
 /// </summary>
 /// <param name="replySettingID">Initial value of the ReplySettingID property.</param>
 /// <param name="accountID">Initial value of the AccountID property.</param>
 /// <param name="latestID">Initial value of the LatestID property.</param>
 /// <param name="recordCount">Initial value of the RecordCount property.</param>
 /// <param name="returnColumns">Initial value of the ReturnColumns property.</param>
 /// <param name="dateFormat">Initial value of the DateFormat property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static ReplySetting CreateReplySetting(global::System.Int32 replySettingID, global::System.Int32 accountID, global::System.Int64 latestID, global::System.Int32 recordCount, global::System.String returnColumns, global::System.String dateFormat, global::System.Boolean isActive, global::System.String createdBy, global::System.DateTime dateCreated)
 {
     ReplySetting replySetting = new ReplySetting();
     replySetting.ReplySettingID = replySettingID;
     replySetting.AccountID = accountID;
     replySetting.LatestID = latestID;
     replySetting.RecordCount = recordCount;
     replySetting.ReturnColumns = returnColumns;
     replySetting.DateFormat = dateFormat;
     replySetting.IsActive = isActive;
     replySetting.CreatedBy = createdBy;
     replySetting.DateCreated = dateCreated;
     return replySetting;
 }