Simple Client Model for FinancialPledge
Example #1
0
 /// <summary>
 /// Copies the base properties from a source FinancialPledge object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(FinancialPledge source)
 {
     this.Id          = source.Id;
     this.AccountId   = source.AccountId;
     this.EndDate     = source.EndDate;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey  = source.ForeignKey;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PersonAliasId          = source.PersonAliasId;
     this.PledgeFrequencyValueId = source.PledgeFrequencyValueId;
     this.StartDate               = source.StartDate;
     this.TotalAmount             = source.TotalAmount;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid      = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Example #2
0
 /// <summary>
 /// Copies the base properties from a source FinancialPledge object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( FinancialPledge source )
 {
     this.Id = source.Id;
     this.AccountId = source.AccountId;
     this.EndDate = source.EndDate;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.GroupId = source.GroupId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.PersonAliasId = source.PersonAliasId;
     this.PledgeFrequencyValueId = source.PledgeFrequencyValueId;
     this.StartDate = source.StartDate;
     this.TotalAmount = source.TotalAmount;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }