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