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