Simple Client Model for Campus
Example #1
0
 /// <summary>
 /// Copies the base properties from a source Campus object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(Campus source)
 {
     this.Id                  = source.Id;
     this.Description         = source.Description;
     this.ForeignGuid         = source.ForeignGuid;
     this.ForeignKey          = source.ForeignKey;
     this.IsActive            = source.IsActive;
     this.IsSystem            = source.IsSystem;
     this.LeaderPersonAliasId = source.LeaderPersonAliasId;
     this.LocationId          = source.LocationId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name                    = source.Name;
     this.PhoneNumber             = source.PhoneNumber;
     this.ServiceTimes            = source.ServiceTimes;
     this.ShortCode               = source.ShortCode;
     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;
 }
Example #2
0
 /// <summary>
 /// Copies the base properties from a source Campus object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( Campus source )
 {
     this.Id = source.Id;
     this.Description = source.Description;
     this.ForeignGuid = source.ForeignGuid;
     this.ForeignKey = source.ForeignKey;
     this.IsActive = source.IsActive;
     this.IsSystem = source.IsSystem;
     this.LeaderPersonAliasId = source.LeaderPersonAliasId;
     this.LocationId = source.LocationId;
     this.ModifiedAuditValuesAlreadyUpdated = source.ModifiedAuditValuesAlreadyUpdated;
     this.Name = source.Name;
     this.PhoneNumber = source.PhoneNumber;
     this.ServiceTimes = source.ServiceTimes;
     this.ShortCode = source.ShortCode;
     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;
 }
Example #3
0
 /// <summary>
 /// Copies the base properties from a source Campus object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( Campus source )
 {
     this.Id = source.Id;
     this.Description = source.Description;
     this.IsActive = source.IsActive;
     this.IsSystem = source.IsSystem;
     this.LeaderPersonAliasId = source.LeaderPersonAliasId;
     this.LocationId = source.LocationId;
     this.Name = source.Name;
     this.PhoneNumber = source.PhoneNumber;
     this.ServiceTimes = source.ServiceTimes;
     this.ShortCode = source.ShortCode;
     this.Url = source.Url;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }