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