/// <summary>
 /// Create a new TypeOfPropertyMaster object.
 /// </summary>
 /// <param name="typeOfPropertyId">Initial value of the TypeOfPropertyId property.</param>
 public static TypeOfPropertyMaster CreateTypeOfPropertyMaster(global::System.Int32 typeOfPropertyId)
 {
     TypeOfPropertyMaster typeOfPropertyMaster = new TypeOfPropertyMaster();
     typeOfPropertyMaster.TypeOfPropertyId = typeOfPropertyId;
     return typeOfPropertyMaster;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TypeOfPropertyMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTypeOfPropertyMasters(TypeOfPropertyMaster typeOfPropertyMaster)
 {
     base.AddObject("TypeOfPropertyMasters", typeOfPropertyMaster);
 }