public OwnerResponsePropertyInfoM()
 {
     MovedInDate              = new CustomDate();
     RAPNoticeGivenDate       = new CustomDate();
     RAPNoticeToRAPOfficeDate = new CustomDate();
     Rent = new OwnerResponseRentalIncrementInfoM();
 }
Beispiel #2
0
 public ServeAppealM()
 {
     OpposingParty = new List <UserInfoM>();
     PenaltyDate   = new CustomDate();
     Date          = DateTime.Now;
 }
 public OwnerPetitionApplicantInfoM()
 {
     ThirdPartyUser       = new UserInfoM();
     ApplicantUserInfo    = new UserInfoM();
     BuildingAcquiredDate = new CustomDate();
 }
 public OwnerResponseRentalIncrementInfoM()
 {
     RentIncreaseNoticeDate    = new CustomDate();
     RentIncreaseEffectiveDate = new CustomDate();
 }
 public OwnerPetitionRentalIncrementInfoM()
 {
     RentIncreaseNoticeDate    = new CustomDate();
     RentIncreaseEffectiveDate = new CustomDate();
 }
 public OwnerPetitionPropertyInfoM()
 {
     MovedInDate        = new CustomDate();
     RAPNoticeGivenDate = new CustomDate();
 }
Beispiel #7
0
 public TenantAppealInfoM()
 {
     serveAppeal             = new ServeAppealM();
     AppealOpposingPartyInfo = new List <UserInfoM>();
     AppealDate = new CustomDate();
 }