/// <summary>Static getter for Name</summary> public static string GetPName(IProductsBase that) { return(that.GetPropertyValue <string>("pName")); }
/// <summary>Static getter for Image</summary> public static IPublishedContent GetPImage(IProductsBase that) { return(that.GetPropertyValue <IPublishedContent>("pImage")); }