/// <summary>
 /// Create a new PropertyTransaction object.
 /// </summary>
 /// <param name="propertyTransactionId">Initial value of the PropertyTransactionId property.</param>
 /// <param name="buildingId">Initial value of the BuildingId property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="generated">Initial value of the Generated property.</param>
 /// <param name="postDate">Initial value of the PostDate property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static PropertyTransaction CreatePropertyTransaction(global::System.Int32 propertyTransactionId, global::System.Int64 buildingId, global::System.String description, global::System.Boolean generated, global::System.DateTime postDate, global::System.DateTime createDate, global::System.String createdBy, global::System.Boolean isDeleted)
 {
     PropertyTransaction propertyTransaction = new PropertyTransaction();
     propertyTransaction.PropertyTransactionId = propertyTransactionId;
     propertyTransaction.BuildingId = buildingId;
     propertyTransaction.Description = description;
     propertyTransaction.Generated = generated;
     propertyTransaction.PostDate = postDate;
     propertyTransaction.CreateDate = createDate;
     propertyTransaction.CreatedBy = createdBy;
     propertyTransaction.IsDeleted = isDeleted;
     return propertyTransaction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PropertyTransactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPropertyTransactions(PropertyTransaction propertyTransaction)
 {
     base.AddObject("PropertyTransactions", propertyTransaction);
 }