Esempio n. 1
0
 /// <summary>
 /// Create a new Country object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="dialingCountryCode">Initial value of the DialingCountryCode property.</param>
 /// <param name="internationalDialingCode">Initial value of the InternationalDialingCode property.</param>
 /// <param name="internetTLD">Initial value of the InternetTLD property.</param>
 public static Country CreateCountry(global::System.Guid id, global::System.String name, global::System.String dialingCountryCode, global::System.String internationalDialingCode, global::System.String internetTLD)
 {
     Country country = new Country();
     country.ID = id;
     country.Name = name;
     country.DialingCountryCode = dialingCountryCode;
     country.InternationalDialingCode = internationalDialingCode;
     country.InternetTLD = internetTLD;
     return country;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Countries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountries(Country country)
 {
     base.AddObject("Countries", country);
 }
Esempio n. 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Countries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCountries(Country country)
 {
     base.AddObject("Countries", country);
 }