C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.CreateInterface.CreateInterfaceTask

Creates classes based on interfaces
Inheritance: AbstractObjectConstructionTask
Afficher le fichier Open project: mikeedwards83/Glass.Mapper Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ObjectConstructionArgs args ) : void

Executes the specified args.

Private Methods

Méthode Description
CreateInterfaceTask ( ) : Castle.DynamicProxy

Initializes static members of the CreateInterfaceTask class.

Method Details

Execute() public méthode

Executes the specified args.
public Execute ( ObjectConstructionArgs args ) : void
args ObjectConstructionArgs The args.
Résultat void