示例#1
0
        private List <string> GetAllPropertyTitleOfNewsViewModel()
        {
            var newsViewModel = new NewsViewModel();

            var type = newsViewModel.GetType();

            return(ReflectionUtilities.GetAllPropertyNamesOfType(type));
        }