C# Class JPB.DataAccess.ModelsAnotations.MethodProxyAttribute

Inheritance: DataAccessAttribute
Datei anzeigen Open project: JPVenson/DataAccess

Public Methods

Method Description
MethodProxyAttribute ( Type methodProxy ) : System

Allows to create a proxy class that should contains Factory methods for the current class

Method Details

MethodProxyAttribute() public method

Allows to create a proxy class that should contains Factory methods for the current class
public MethodProxyAttribute ( Type methodProxy ) : System
methodProxy System.Type
return System