Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SentSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSentSettings(SentSetting sentSetting)
 {
     base.AddObject("SentSettings", sentSetting);
 }
Пример #2
0
 /// <summary>
 /// Create a new SentSetting object.
 /// </summary>
 /// <param name="sentSettingID">Initial value of the SentSettingID 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 SentSetting CreateSentSetting(global::System.Int32 sentSettingID, 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)
 {
     SentSetting sentSetting = new SentSetting();
     sentSetting.SentSettingID = sentSettingID;
     sentSetting.AccountID = accountID;
     sentSetting.LatestID = latestID;
     sentSetting.RecordCount = recordCount;
     sentSetting.ReturnColumns = returnColumns;
     sentSetting.DateFormat = dateFormat;
     sentSetting.IsActive = isActive;
     sentSetting.CreatedBy = createdBy;
     sentSetting.DateCreated = dateCreated;
     return sentSetting;
 }