Exemplo n.º 1
0
        private static Dictionary <string, string> GetCharacterTypeEnumDataSource()
        {
            Dictionary <string, string> characterType = new Dictionary <string, string>();

            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.Annual);
            return(characterType);
        }
        private static Dictionary <string, string> GetCharacterTypeEnumDataSource()
        {
            Dictionary <string, string> characterType = new Dictionary <string, string>();

            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.All);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType,
                                                                         AssessCharacterType.NormalForContract);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.Normal);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.ProbationI);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.ProbationII);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.PracticeI);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.PracticeII);
            AssessActivityUtility.AddCharacterValueAndNameIntoDictionary(characterType, AssessCharacterType.Abnormal);

            return(characterType);
        }