Click here to Skip to main content
Click here to Skip to main content

View, View Controller, Model Controller, Model (VVCMCM) Pattern

By , 18 Mar 2012
 
VVCMCMSystem.zip
VVCMCMSystem
VVCMCM
App_Data
bin
Model
ModelControllers
obj
Debug
Refactor
TempPE
VVCMCM.dll
VVCMCM.pdb
Properties
Scripts
JqGrid
i18n
JqueryUI
Themes
jqgrid
start
images
ui-bg_flat_55_999999_40x100.png
ui-bg_flat_75_aaaaaa_40x100.png
ui-bg_glass_45_0078ae_1x400.png
ui-bg_glass_55_f8da4e_1x400.png
ui-bg_glass_75_79c9ec_1x400.png
ui-bg_gloss-wave_45_e14f1c_500x100.png
ui-bg_gloss-wave_50_6eac2c_500x100.png
ui-bg_gloss-wave_75_2191c0_500x100.png
ui-bg_inset-hard_100_fcfdfd_1x100.png
ui-icons_0078ae_256x240.png
ui-icons_056b93_256x240.png
ui-icons_d8e7f3_256x240.png
ui-icons_e0fdff_256x240.png
ui-icons_f5e175_256x240.png
ui-icons_f7a50d_256x240.png
ui-icons_fcd113_256x240.png
ui-lightness
images
ui-bg_diagonals-thick_18_b81900_40x40.png
ui-bg_diagonals-thick_20_666666_40x40.png
ui-bg_flat_10_000000_40x100.png
ui-bg_glass_100_f6f6f6_1x400.png
ui-bg_glass_100_fdf5ce_1x400.png
ui-bg_glass_65_ffffff_1x400.png
ui-bg_gloss-wave_35_f6a828_500x100.png
ui-bg_highlight-soft_100_eeeeee_1x100.png
ui-bg_highlight-soft_75_ffe45c_1x100.png
ui-icons_222222_256x240.png
ui-icons_228ef1_256x240.png
ui-icons_ef8c08_256x240.png
ui-icons_ffd27a_256x240.png
ui-icons_ffffff_256x240.png
ViewControllers
ViewEvents
Views
VVCMCM.csproj.user
VVCMCMSystem.suo
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Web;
using System.Reflection;

namespace VVCMCM.ModelControllers
{
    using VVCMCM.Model;

    public class Entity
    {

        public String Search(NameValueCollection parameters)
        {
            String output = String.Empty;

            //TODO implement your own BLL and DAL to get the model
            EntityDTO entityModel = new EntityDTO();


            output = entityModel.ToXml();

            return output;
        }


    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Anton Pious Alfred
Architect Riversand Technologies Inc
India India
Member
Head of Engineering at Riversand Technologies Inc.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 18 Mar 2012
Article Copyright 2012 by Anton Pious Alfred
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid