Skip to content

Commit

Permalink
Added other class/division
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Nov 30, 2023
1 parent d198dd3 commit 65ff2a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ public enum ClassDivision

[Description("Upper second class honours")]
UpperSecondClassHonours = 389040001,

[Description("Other")]
Other = 389040017,
}

public static class ClassDivisionExtensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,10 @@ public enum dfeta_classdivision
" a non-honours course", 9)]
Ordinary_includingdivisionsofordinaryifanydegreeawardedafterfollowinganonhonourscourse = 389040009,

[System.Runtime.Serialization.EnumMemberAttribute()]
[OptionSetMetadataAttribute("Other", 17, "#0000ff")]
Other = 389040017,

[System.Runtime.Serialization.EnumMemberAttribute()]
[OptionSetMetadataAttribute("Pass", 13)]
Pass = 389040013,
Expand Down

0 comments on commit 65ff2a6

Please sign in to comment.