Beispiel #1
0
 private void TrimAllStringMembers()
 {
     this.GALContactLegacyDN     = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.GALContactLegacyDN);
     this.PersonalContactStoreId = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.PersonalContactStoreId);
     this.PhoneNumber            = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.PhoneNumber);
     this.PersonaEmailAddress    = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.PersonaEmailAddress);
     this.DisplayName            = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.DisplayName);
 }
Beispiel #2
0
 private void TrimAllStringMembers()
 {
     this.Context                      = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.Context);
     this.FindMeFirstNumber            = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.FindMeFirstNumber);
     this.FindMeSecondNumber           = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.FindMeSecondNumber);
     this.TransferToNumber             = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.TransferToNumber);
     this.TransferToGALContactLegacyDN = CustomMenuKeyMapping.TrimAndMapEmptyToNull(this.TransferToGALContactLegacyDN);
 }