예제 #1
0
 public static void SetTrackId(this Category c, string s)
 {
     NetflixExtensions.SetStringProperty(c, s, NetflixUtils.TrackId);
 }
예제 #2
0
 public static void SetData(this Category c, string s)
 {
     NetflixExtensions.SetStringProperty(c, s, NetflixUtils.Data);
 }
예제 #3
0
 public static void SetStartIndex(this Category c, string s)
 {
     NetflixExtensions.SetStringProperty(c, s, NetflixUtils.StartIndex);
 }