/// <summary> /// Copies the base properties from a source TaggedItem object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom(TaggedItem source) { this.Id = source.Id; this.EntityGuid = source.EntityGuid; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.IsSystem = source.IsSystem; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Quantity = source.Quantity; this.TagId = source.TagId; 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 TaggedItem object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( TaggedItem source ) { this.Id = source.Id; this.EntityGuid = source.EntityGuid; this.IsSystem = source.IsSystem; this.Quantity = source.Quantity; this.TagId = source.TagId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }
/// <summary> /// Copies the base properties from a source TaggedItem object /// </summary> /// <param name="source">The source.</param> public void CopyPropertiesFrom( TaggedItem source ) { this.Id = source.Id; this.EntityGuid = source.EntityGuid; this.ForeignGuid = source.ForeignGuid; this.ForeignKey = source.ForeignKey; this.IsSystem = source.IsSystem; this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated; this.Quantity = source.Quantity; this.TagId = source.TagId; this.CreatedDateTime = source.CreatedDateTime; this.ModifiedDateTime = source.ModifiedDateTime; this.CreatedByPersonAliasId = source.CreatedByPersonAliasId; this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId; this.Guid = source.Guid; this.ForeignId = source.ForeignId; }