Class CustomerContactExtensions
Extension methods for customer contact.
Inheritance
System.Object
CustomerContactExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Extensions
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public static class CustomerContactExtensions
Methods
GetHtmlEncodedEmail(CustomerContact)
Gets the email from customerContact
HTML encoded.
Declaration
public static string GetHtmlEncodedEmail(this CustomerContact customerContact)
Parameters
Type | Name | Description |
---|---|---|
CustomerContact | customerContact | The customer contact. |
Returns
Type | Description |
---|---|
System.String | The email from |
GetHtmlEncodedFullName(CustomerContact)
Gets the full name from customerContact
HTML encoded.
Declaration
public static string GetHtmlEncodedFullName(this CustomerContact customerContact)
Parameters
Type | Name | Description |
---|---|---|
CustomerContact | customerContact | The customer contact. |
Returns
Type | Description |
---|---|
System.String | The full name from |