コード例 #1
0
 /// <summary>Static getter for CSS Selector</summary>
 public static string GetGoogleAnalyticsEvent_CssSelector(IGoogleAnalyticsEventBase that)
 {
     return(that.GetPropertyValue <string>("googleAnalyticsEvent_CssSelector"));
 }
コード例 #2
0
 /// <summary>Static getter for Category</summary>
 public static string GetGoogleAnalyticsEvent_Category(IGoogleAnalyticsEventBase that)
 {
     return(that.GetPropertyValue <string>("googleAnalyticsEvent_Category"));
 }