예제 #1
0
 public static string GetTrackId(this Category c)
 {
     return(NetflixExtensions.GetStringProperty(c, NetflixUtils.TrackId));
 }
예제 #2
0
 public static string GetData(this Category c)
 {
     return(NetflixExtensions.GetStringProperty(c, NetflixUtils.Data));
 }
예제 #3
0
 public static string GetStartIndex(this Category c)
 {
     return(NetflixExtensions.GetStringProperty(c, NetflixUtils.StartIndex));
 }