Пример #1
0
 /// <summary>Static getter for Testimonials Introduction</summary>
 public static IHtmlString GetTestimonialsIntroduction(ITestimonialControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("testimonialsIntroduction"));
 }
Пример #2
0
 /// <summary>Static getter for Testimonials Title</summary>
 public static string GetTestimonialsTitle(ITestimonialControls that)
 {
     return(that.GetPropertyValue <string>("testimonialsTitle"));
 }
Пример #3
0
 /// <summary>Static getter for Testimonial List</summary>
 public static Archetype.Models.ArchetypeModel GetTestimonialList(ITestimonialControls that)
 {
     return(that.GetPropertyValue <Archetype.Models.ArchetypeModel>("testimonialList"));
 }