RecipeQuery.SortOrder key = (RecipeQuery.SortOrder)Enum.Parse(typeof(RecipeQuery.SortOrder), sortKey);

C# Seriously why is there no T...

by Hiawatha, February 20, 2011 02:17, 5 refactorings, tagged with enumerable, parse, enum

Is there really no better w...

4df33f9e8a81cc9d8046f057dbb4debc Talk
private static bool SetFolderBasedOnFirstStatus(PurchaseOrder po)
{
    bool documentFinished = false;
...

C# Two methods, two enums.

by mrgrande.livejournal.com, January 22, 2010 20:24, 1 refactoring, tagged with C#, enum

I have these two very simil...

55502f40dc8b7c769880b10874abc9d0 Talk