Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the InstitutionTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInstitutionTypes(InstitutionType institutionType)
 {
     base.AddObject("InstitutionTypes", institutionType);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new InstitutionType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static InstitutionType CreateInstitutionType(global::System.Int32 id)
 {
     InstitutionType institutionType = new InstitutionType();
     institutionType.Id = id;
     return institutionType;
 }