/// <summary> /// Copies the base properties from a source FinancialAccount object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom(FinancialAccount source) { this.Id = source.Id; this.AccountTypeValueId = source.AccountTypeValueId; this.CampusId = source.CampusId; this.Description = source.Description; this.EndDate = source.EndDate; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.GlCode = source.GlCode; this.ImageBinaryFileId = source.ImageBinaryFileId; this.IsActive = source.IsActive; this.IsPublic = source.IsPublic; this.IsTaxDeductible = source.IsTaxDeductible; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.Order = source.Order; this.ParentAccountId = source.ParentAccountId; this.PublicDescription = source.PublicDescription; this.PublicName = source.PublicName; this.StartDate = source.StartDate; this.Url = source.Url; this.CreatedDateTime = source.CreatedDateTime; this.ModifiedDateTime = source.ModifiedDateTime; this.CreatedByPersonAliasId = source.CreatedByPersonAliasId; this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }
/// <summary> /// Copies the base properties from a source FinancialAccount object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( FinancialAccount source ) { this.Id = source.Id; this.AccountTypeValueId = source.AccountTypeValueId; this.CampusId = source.CampusId; this.Description = source.Description; this.EndDate = source.EndDate; this.GlCode = source.GlCode; this.ImageBinaryFileId = source.ImageBinaryFileId; this.IsActive = source.IsActive; this.IsPublic = source.IsPublic; this.IsTaxDeductible = source.IsTaxDeductible; this.Name = source.Name; this.Order = source.Order; this.ParentAccountId = source.ParentAccountId; this.PublicDescription = source.PublicDescription; this.PublicName = source.PublicName; this.StartDate = source.StartDate; this.Url = source.Url; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }
/// <summary> /// Copies the base properties from a source FinancialAccount object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( FinancialAccount source ) { this.Id = source.Id; this.AccountTypeValueId = source.AccountTypeValueId; this.CampusId = source.CampusId; this.Description = source.Description; this.EndDate = source.EndDate; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.GlCode = source.GlCode; this.ImageBinaryFileId = source.ImageBinaryFileId; this.IsActive = source.IsActive; this.IsPublic = source.IsPublic; this.IsTaxDeductible = source.IsTaxDeductible; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Name = source.Name; this.Order = source.Order; this.ParentAccountId = source.ParentAccountId; this.PublicDescription = source.PublicDescription; this.PublicName = source.PublicName; this.StartDate = source.StartDate; this.Url = source.Url; this.CreatedDateTime = source.CreatedDateTime; this.ModifiedDateTime = source.ModifiedDateTime; this.CreatedByPersonAliasId = source.CreatedByPersonAliasId; this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }