Example #1
0
 /// <summary>
 /// Create a new TimezoneLoc object.
 /// </summary>
 /// <param name="timezoneID">Initial value of the TimezoneID property.</param>
 /// <param name="languageID">Initial value of the LanguageID property.</param>
 /// <param name="code">Initial value of the Code property.</param>
 public static TimezoneLoc CreateTimezoneLoc(global::System.Int64 timezoneID, global::System.String languageID, global::System.String code)
 {
     TimezoneLoc timezoneLoc = new TimezoneLoc();
     timezoneLoc.TimezoneID = timezoneID;
     timezoneLoc.LanguageID = languageID;
     timezoneLoc.Code = code;
     return timezoneLoc;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TimezoneLocs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimezoneLocs(TimezoneLoc timezoneLoc)
 {
     base.AddObject("TimezoneLocs", timezoneLoc);
 }