C# Class Pizza.Framework.ValueInjection.CustomInjections.ViewModelToPersistenceModelInjection

Inheritance: Omu.ValueInjecter.Injections.PropertyInjection
显示文件 Open project: dwdkls/pizzamvc

Public Methods

Method Description
ViewModelToPersistenceModelInjection ( Type sourceType ) : System

Private Methods

Method Description
IsEditableProperty ( PropertyInfo propertyInfo ) : bool

Method Details

ViewModelToPersistenceModelInjection() public method

public ViewModelToPersistenceModelInjection ( Type sourceType ) : System
sourceType System.Type
return System