예제 #1
0
 public static string GetData(this Category c)
 {
     return(NetflixExtensions.GetStringProperty(c, NetflixUtils.Data));
 }
예제 #2
0
 public static void SetData(this Category c, string s)
 {
     NetflixExtensions.SetStringProperty(c, s, NetflixUtils.Data);
 }
예제 #3
0
 public static string GetTrackId(this Category c)
 {
     return(NetflixExtensions.GetStringProperty(c, NetflixUtils.TrackId));
 }
예제 #4
0
 public static void SetTrackId(this Category c, string s)
 {
     NetflixExtensions.SetStringProperty(c, s, NetflixUtils.TrackId);
 }
예제 #5
0
 public static string GetStartIndex(this Category c)
 {
     return(NetflixExtensions.GetStringProperty(c, NetflixUtils.StartIndex));
 }
예제 #6
0
 public static void SetStartIndex(this Category c, string s)
 {
     NetflixExtensions.SetStringProperty(c, s, NetflixUtils.StartIndex);
 }