/// <summary>
 /// Clones this AnalyticsDimPersonCurrent object to a new AnalyticsDimPersonCurrent object
 /// </summary>
 /// <param name="source">The source.</param>
 /// <param name="deepCopy">if set to <c>true</c> a deep copy is made. If false, only the basic entity properties are copied.</param>
 /// <returns></returns>
 public static AnalyticsDimPersonCurrent Clone(this AnalyticsDimPersonCurrent source, bool deepCopy)
 {
     if (deepCopy)
     {
         return(source.Clone() as AnalyticsDimPersonCurrent);
     }
     else
     {
         var target = new AnalyticsDimPersonCurrent();
         target.CopyPropertiesFrom(source);
         return(target);
     }
 }
        /// <summary>
        /// Clones this AnalyticsDimPersonCurrent object to a new AnalyticsDimPersonCurrent object with default values for the properties in the Entity and Model base classes.
        /// </summary>
        /// <param name="source">The source.</param>
        /// <returns></returns>
        public static AnalyticsDimPersonCurrent CloneWithoutIdentity(this AnalyticsDimPersonCurrent source)
        {
            var target = new AnalyticsDimPersonCurrent();

            target.CopyPropertiesFrom(source);

            target.Id          = 0;
            target.Guid        = Guid.NewGuid();
            target.ForeignKey  = null;
            target.ForeignId   = null;
            target.ForeignGuid = null;

            return(target);
        }
 /// <summary>
 /// Copies the properties from another AnalyticsDimPersonCurrent object to this AnalyticsDimPersonCurrent object
 /// </summary>
 /// <param name="target">The target.</param>
 /// <param name="source">The source.</param>
 public static void CopyPropertiesFrom(this AnalyticsDimPersonCurrent target, AnalyticsDimPersonCurrent source)
 {
     target.Id                               = source.Id;
     target.Age                              = source.Age;
     target.AnniversaryDate                  = source.AnniversaryDate;
     target.BirthDateKey                     = source.BirthDateKey;
     target.BirthDay                         = source.BirthDay;
     target.BirthMonth                       = source.BirthMonth;
     target.BirthYear                        = source.BirthYear;
     target.CampusId                         = source.CampusId;
     target.CampusName                       = source.CampusName;
     target.CampusShortCode                  = source.CampusShortCode;
     target.ConnectionStatus                 = source.ConnectionStatus;
     target.ConnectionStatusValueId          = source.ConnectionStatusValueId;
     target.Count                            = source.Count;
     target.CurrentRowIndicator              = source.CurrentRowIndicator;
     target.EffectiveDate                    = source.EffectiveDate;
     target.Email                            = source.Email;
     target.EmailPreference                  = source.EmailPreference;
     target.EmailPreferenceText              = source.EmailPreferenceText;
     target.ExpireDate                       = source.ExpireDate;
     target.FirstName                        = source.FirstName;
     target.ForeignGuid                      = source.ForeignGuid;
     target.ForeignKey                       = source.ForeignKey;
     target.Gender                           = source.Gender;
     target.GenderText                       = source.GenderText;
     target.GivingGroupId                    = source.GivingGroupId;
     target.GivingId                         = source.GivingId;
     target.GivingLeaderId                   = source.GivingLeaderId;
     target.GraduationYear                   = source.GraduationYear;
     target.InactiveReasonNote               = source.InactiveReasonNote;
     target.IsDeceased                       = source.IsDeceased;
     target.LastName                         = source.LastName;
     target.MailingAddressCity               = source.MailingAddressCity;
     target.MailingAddressCountry            = source.MailingAddressCountry;
     target.MailingAddressCounty             = source.MailingAddressCounty;
     target.MailingAddressFull               = source.MailingAddressFull;
     target.MailingAddressGeoFence           = source.MailingAddressGeoFence;
     target.MailingAddressGeoPoint           = source.MailingAddressGeoPoint;
     target.MailingAddressLatitude           = source.MailingAddressLatitude;
     target.MailingAddressLongitude          = source.MailingAddressLongitude;
     target.MailingAddressPostalCode         = source.MailingAddressPostalCode;
     target.MailingAddressState              = source.MailingAddressState;
     target.MailingAddressStreet1            = source.MailingAddressStreet1;
     target.MailingAddressStreet2            = source.MailingAddressStreet2;
     target.MappedAddressCity                = source.MappedAddressCity;
     target.MappedAddressCountry             = source.MappedAddressCountry;
     target.MappedAddressCounty              = source.MappedAddressCounty;
     target.MappedAddressFull                = source.MappedAddressFull;
     target.MappedAddressGeoFence            = source.MappedAddressGeoFence;
     target.MappedAddressGeoPoint            = source.MappedAddressGeoPoint;
     target.MappedAddressLatitude            = source.MappedAddressLatitude;
     target.MappedAddressLongitude           = source.MappedAddressLongitude;
     target.MappedAddressPostalCode          = source.MappedAddressPostalCode;
     target.MappedAddressState               = source.MappedAddressState;
     target.MappedAddressStreet1             = source.MappedAddressStreet1;
     target.MappedAddressStreet2             = source.MappedAddressStreet2;
     target.MaritalStatus                    = source.MaritalStatus;
     target.MaritalStatusValueId             = source.MaritalStatusValueId;
     target.MiddleName                       = source.MiddleName;
     target.NickName                         = source.NickName;
     target.PersonId                         = source.PersonId;
     target.PhotoId                          = source.PhotoId;
     target.PrimaryFamilyId                  = source.PrimaryFamilyId;
     target.PrimaryFamilyKey                 = source.PrimaryFamilyKey;
     target.RecordStatus                     = source.RecordStatus;
     target.RecordStatusLastModifiedDateTime = source.RecordStatusLastModifiedDateTime;
     target.RecordStatusReason               = source.RecordStatusReason;
     target.RecordStatusReasonValueId        = source.RecordStatusReasonValueId;
     target.RecordStatusValueId              = source.RecordStatusValueId;
     target.RecordType                       = source.RecordType;
     target.RecordTypeValueId                = source.RecordTypeValueId;
     target.ReviewReason                     = source.ReviewReason;
     target.ReviewReasonNote                 = source.ReviewReasonNote;
     target.ReviewReasonValueId              = source.ReviewReasonValueId;
     target.Suffix                           = source.Suffix;
     target.SuffixValueId                    = source.SuffixValueId;
     target.SystemNote                       = source.SystemNote;
     target.Title                            = source.Title;
     target.TitleValueId                     = source.TitleValueId;
     target.ViewedCount                      = source.ViewedCount;
     target.Guid                             = source.Guid;
     target.ForeignId                        = source.ForeignId;
 }