Exemplo n.º 1
0
 /// <summary>
 /// Create a new PropertyInfoAmenity object.
 /// </summary>
 /// <param name="amenityId">Initial value of the AmenityId property.</param>
 /// <param name="propertyInfoId">Initial value of the PropertyInfoId 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 PropertyInfoAmenity CreatePropertyInfoAmenity(global::System.Int32 amenityId, global::System.Int32 propertyInfoId, global::System.DateTime createDate, global::System.String createdBy, global::System.Boolean isDeleted)
 {
     PropertyInfoAmenity propertyInfoAmenity = new PropertyInfoAmenity();
     propertyInfoAmenity.AmenityId = amenityId;
     propertyInfoAmenity.PropertyInfoId = propertyInfoId;
     propertyInfoAmenity.CreateDate = createDate;
     propertyInfoAmenity.CreatedBy = createdBy;
     propertyInfoAmenity.IsDeleted = isDeleted;
     return propertyInfoAmenity;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PropertyInfoAmenities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPropertyInfoAmenities(PropertyInfoAmenity propertyInfoAmenity)
 {
     base.AddObject("PropertyInfoAmenities", propertyInfoAmenity);
 }