Esempio n. 1
0
 /// <summary>Static getter for Meta Description</summary>
 public static string GetMetaDescription(IPaginaType that)
 {
     return(that.GetPropertyValue <string>("metaDescription"));
 }
Esempio n. 2
0
 /// <summary>Static getter for Texto</summary>
 public static string GetTexto(IPaginaType that)
 {
     return(that.GetPropertyValue <string>("texto"));
 }
Esempio n. 3
0
 /// <summary>Static getter for Title</summary>
 public static string GetTitle(IPaginaType that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
Esempio n. 4
0
 /// <summary>Static getter for Nome da Empresa</summary>
 public static string GetNomeEmpresa(IPaginaType that)
 {
     return(that.GetPropertyValue <string>("nomeEmpresa"));
 }