C# Class DynamicServices.EntityType

Inheritance: DynamicType
Afficher le fichier Open project: ryanohs/DynamicServices

Méthodes publiques

Méthode Description
CreateAction ( MethodInfo method ) : DynamicAction
EntityType ( Type type ) : System

Method Details

CreateAction() public méthode

public CreateAction ( MethodInfo method ) : DynamicAction
method System.Reflection.MethodInfo
Résultat DynamicAction

EntityType() public méthode

public EntityType ( Type type ) : System
type System.Type
Résultat System