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