Class ReflectedPropertyBagProvider
Inheritance
System.Object
ReflectedPropertyBagProvider
Syntax
public class ReflectedPropertyBagProvider
Constructors
ReflectedPropertyBagProvider()
Declaration
public ReflectedPropertyBagProvider()
Methods
AddGenerator(IReflectedPropertyGenerator)
Declaration
public void AddGenerator(IReflectedPropertyGenerator generator)
Parameters
Generate(Type)
Declaration
public IPropertyBag Generate(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Generate<TContainer>()
Declaration
public IPropertyBag<TContainer> Generate<TContainer>()
Returns
Type Parameters
Name |
Description |
TContainer |
|