BasicPropertyProcessor.Process method
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Entity
Sets properties of a PropertyItem by analysing a property source
public override void Process(IPropertySource source, PropertyItem item)
| parameter | description |
|---|---|
| source | The source. |
| item | The item. |
See Also
- interface IPropertySource
- class PropertyItem
- class BasicPropertyProcessor