Interface IReflectedPropertyGenerator
Syntax
public interface IReflectedPropertyGenerator
Methods
Generate<TContainer, TValue>(FieldInfo, ReflectedPropertyBag<TContainer>)
Declaration
bool Generate<TContainer, TValue>(FieldInfo fieldInfo, ReflectedPropertyBag<TContainer> propertyBag)
Parameters
| Type |
Name |
Description |
| System.Reflection.FieldInfo |
fieldInfo |
|
| ReflectedPropertyBag<TContainer> |
propertyBag |
|
Returns
| Type |
Description |
| System.Boolean |
|
Type Parameters
| Name |
Description |
| TContainer |
|
| TValue |
|
Generate<TContainer, TValue>(PropertyInfo, ReflectedPropertyBag<TContainer>)
Declaration
bool Generate<TContainer, TValue>(PropertyInfo propertyInfo, ReflectedPropertyBag<TContainer> propertyBag)
Parameters
| Type |
Name |
Description |
| System.Reflection.PropertyInfo |
propertyInfo |
|
| ReflectedPropertyBag<TContainer> |
propertyBag |
|
Returns
| Type |
Description |
| System.Boolean |
|
Type Parameters
| Name |
Description |
| TContainer |
|
| TValue |
|