Class UnmanagedPropertyGenerator
Inheritance
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
Returns
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
Returns
Type Parameters
Name |
Description |
TContainer |
|
TValue |
|
Implements