Exemplo n.º 1
0
 /// <summary>Static getter for Content</summary>
 public static string GetContent(ITextAndImageContent that)
 {
     return(that.GetPropertyValue <string>("content"));
 }
Exemplo n.º 2
0
 /// <summary>Static getter for Title</summary>
 public static string GetTitle(ITextAndImageContent that)
 {
     return(that.GetPropertyValue <string>("title"));
 }
Exemplo n.º 3
0
 /// <summary>Static getter for Link</summary>
 public static RJP.MultiUrlPicker.Models.Link GetLink(ITextAndImageContent that)
 {
     return(that.GetPropertyValue <RJP.MultiUrlPicker.Models.Link>("link"));
 }
Exemplo n.º 4
0
 /// <summary>Static getter for Summary</summary>
 public static string GetSummary(ITextAndImageContent that)
 {
     return(that.GetPropertyValue <string>("summary"));
 }
Exemplo n.º 5
0
 /// <summary>Static getter for Image</summary>
 public static IPublishedContent GetImage(ITextAndImageContent that)
 {
     return(that.GetPropertyValue <IPublishedContent>("image"));
 }