C# Class DynamicServices.EntityType

Inheritance: DynamicType
Mostra file Open project: ryanohs/DynamicServices

Public Methods

Method Description
CreateAction ( MethodInfo method ) : DynamicAction
EntityType ( Type type ) : System

Method Details

CreateAction() public method

public CreateAction ( MethodInfo method ) : DynamicAction
method System.Reflection.MethodInfo
return DynamicAction

EntityType() public method

public EntityType ( Type type ) : System
type System.Type
return System