Overload List
| Name | Description | |
|---|---|---|
| CanCreateObject(Object) | 
            Returns true if the factory is able to create the object based on the given parameter
              (Overrides ObjectFactory T  CanCreateObject(Object).) | |
| CanCreateObject(String) | 
            Returns true if the factory is able to create the object of the given type
              | 
See Also