Esempio n. 1
0
        private List <string> GetAllPropertyNameOfCommentViewModel()
        {
            var commentViewModel = new CommentViewModel();

            var type = commentViewModel.GetType();

            return(ReflectionUtilities.GetAllPropertyNamesOfType(type));
        }