コード例 #1
0
ファイル: CommentService.cs プロジェクト: thanhuchiha/DATN
        private List <string> GetAllPropertyNameOfCommentViewModel()
        {
            var commentViewModel = new CommentViewModel();

            var type = commentViewModel.GetType();

            return(ReflectionUtilities.GetAllPropertyNamesOfType(type));
        }