Beispiel #1
0
 /// <summary>Static getter for Visible</summary>
 public static bool GetVisible(IFeaturedItemControls that)
 {
     return(that.GetPropertyValue <bool>("visible"));
 }
Beispiel #2
0
 /// <summary>Static getter for Featured Items</summary>
 public static Archetype.Models.ArchetypeModel GetFeaturedItems(IFeaturedItemControls that)
 {
     return(that.GetPropertyValue <Archetype.Models.ArchetypeModel>("featuredItems"));
 }