Simple Client Model for ContentChannelType
 /// <summary>
 /// Copies the base properties from a source ContentChannelType object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(ContentChannelType source)
 {
     this.Id              = source.Id;
     this.DateRangeType   = source.DateRangeType;
     this.DisablePriority = source.DisablePriority;
     this.ForeignGuid     = source.ForeignGuid;
     this.ForeignKey      = source.ForeignKey;
     this.IncludeTime     = source.IncludeTime;
     this.IsSystem        = source.IsSystem;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.CreatedDateTime         = source.CreatedDateTime;
     this.ModifiedDateTime        = source.ModifiedDateTime;
     this.CreatedByPersonAliasId  = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid                    = source.Guid;
     this.ForeignId               = source.ForeignId;
 }
Beispiel #2
0
 /// <summary>
 /// Copies the base properties from a source ContentChannelType object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( ContentChannelType source )
 {
     this.Id = source.Id;
     this.DateRangeType = source.DateRangeType;
     this.DisablePriority = source.DisablePriority;
     this.IsSystem = source.IsSystem;
     this.Name = source.Name;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }
Beispiel #3
0
 /// <summary>
 /// Copies the base properties from a source ContentChannelType object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( ContentChannelType source )
 {
     this.Id = source.Id;
     this.DateRangeType = source.DateRangeType;
     this.DisableContentField = source.DisableContentField;
     this.DisablePriority = source.DisablePriority;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.IncludeTime = source.IncludeTime;
     this.IsSystem = source.IsSystem;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name = source.Name;
     this.CreatedDateTime = source.CreatedDateTime;
     this.ModifiedDateTime = source.ModifiedDateTime;
     this.CreatedByPersonAliasId = source.CreatedByPersonAliasId;
     this.ModifiedByPersonAliasId = source.ModifiedByPersonAliasId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }