Esempio n. 1
0
 /// <summary>Static getter for Tytuł na stronie</summary>
 public static string GetPageMainTitle(IMainPageDataWithList that)
 {
     return(that.GetPropertyValue <string>("pageMainTitle"));
 }
Esempio n. 2
0
 /// <summary>Static getter for Lista wyświetlanych elementów</summary>
 public static int GetDisplayItemCount(IMainPageDataWithList that)
 {
     return(that.GetPropertyValue <int>("displayItemCount"));
 }