Method | Description | |
---|---|---|
IsRegistered ( string methodName ) : bool |
Returns True if a value is registered with the name methodName
|
|
Register ( string methodName, object defaultValue ) : void |
Registers the Default value to be used for the Method
|
|
Resolve ( string methodName ) : object |
Resolves the registered BOTestFactory if one is registered. Else tries to find a Sub Class of the Generic BOTestFactory{TBO} in the App Domain and returns an instance of it. else constructs the Generic BOTestFactory{TBO}
|
Method | Description | |
---|---|---|
ClearPreviousInstances ( string methodName ) : void |
public IsRegistered ( string methodName ) : bool | ||
methodName | string | |
return | bool |
public Register ( string methodName, object defaultValue ) : void | ||
methodName | string | |
defaultValue | object | |
return | void |
public Resolve ( string methodName ) : object | ||
methodName | string | |
return | object |