Constructors
Methods
-
Matching(Func<Property
Info, Directs StructureMap to treat all public setters that match the rule as mandatory propertiesBoolean>) -
Name
Matches(Predicate<String>) Directs StructureMap to treat all public setters where to property name matches the specified rule as a mandatory property -
Of
Type``1() Directs StructureMap to treat all public setters of type T as mandatory properties -
Type
Matches(Predicate<Type>) Directs StructureMap to tread all public setters with a PropertyType that matches the predicate as a mandatory setter -
With
Any Directs StructureMap to treat all public setters with a property type in the specified namespace as mandatory propertiesType From Namespace(String) -
With
Any Directs StructureMap to treat all public setters with a property type in the specified namespace as mandatory propertiesType From Namespace Containing Type``1()