Revision
273 -
Directory Listing
-
[select for diffs]
Modified
Sat Apr 4 01:29:23 2015 UTC
(7 years, 10 months ago)
by
william
Diff to
previous 272
+ throw an invalidcastexception in equals if obj is not assignable from IProgramDefintion
+ ProgramDefintion ToString() :: skip RawDataSource property
Revision
252 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 3 05:28:26 2013 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 227
Ensure when filtering Start/Stop times for Programs, don't sort by the string value; instead sort it using DateTime.Parse(string)
Revision
198 -
Directory Listing
-
[select for diffs]
Modified
Sat Mar 16 22:25:41 2013 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 197
Cbunk Extension:
* make sure to call .ToList() before returing data to instantiate the return IEnumerable<T> data
Revision
138 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 17:03:18 2013 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 137
ChannelNumber filtering:
* filter by converting the channel number to an integer, don't look for text with the channel number
Revision
134 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 13 15:50:07 2013 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 132
when filtering returns no data:
* log a warning message that no data was returned
* include the columnname and filtertext that was supplied
* return the original list, don't empty the datagrid control
Revision
96 -
Directory Listing
-
[select for diffs]
Modified
Sun Mar 10 09:10:42 2013 UTC
(9 years, 11 months ago)
by
william
Diff to
previous 95
+ only parse containg meta-data elements, don't parse the inner content ... that would be up to a parser class to handle.