C# Class Castle.Facilities.BatchRegistration.ComponentDefinition

Exibir arquivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
ComponentDefinition ( String key, String service, String className ) : System
ComponentDefinition ( String key, Type serviceType, Type classType ) : System

Method Details

ComponentDefinition() public method

public ComponentDefinition ( String key, String service, String className ) : System
key String
service String
className String
return System

ComponentDefinition() public method

public ComponentDefinition ( String key, Type serviceType, Type classType ) : System
key String
serviceType System.Type
classType System.Type
return System