Class UnmanagedPropertyGenerator
Inheritance
System.Object
UnmanagedPropertyGenerator
Syntax
public class UnmanagedPropertyGenerator : IReflectedPropertyGenerator
Methods
Generate<TContainer, TValue>(FieldInfo, ReflectedPropertyBag<TContainer>)
Declaration
public 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 |
|
Implements
Generate<TContainer, TValue>(PropertyInfo, ReflectedPropertyBag<TContainer>)
Declaration
public 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 |
|
Implements