Programme public class Programme Documentation public bool BlackOut { get; set; } public int ChannelId { get; set; } public DateTime Date { get; set; } public string Description { get; set; } public TimeSpan Duration { get; set; } public bool EditorsChoice { get; set; } public int EventId { get; set; } public int Genre { get; set; } public ParentalRating ParentalRating { get; set; } public int Record { get; set; } public bool RemoteRecordable { get; set; } public string ScheduleStatus { get; set; } public Sound Sound { get; set; } public DateTime Start { get; set; } public int SubGenre { get; set; } public string Title { get; set; } public Programme()