PropertyProcessor class
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Entity
Base class for property processors, which sets properties of a PropertyItem object by analysing a IPropertySource object.
public abstract class PropertyProcessor : IPropertyProcessor
Public Members
| name | description |
|---|---|
| BasedOnRow { get; set; } | Gets or sets the based on row. |
| Items { get; set; } | Gets or sets the items. |
| virtual Priority { get; } | Gets the priority. |
| Type { get; set; } | Gets or sets the type. |
| virtual Initialize() | Initializes this instance. |
| virtual PostProcess() | Posts the process. |
| virtual Process(…) | Processes the specified source. |
Protected Members
| name | description |
|---|---|
| PropertyProcessor() | The default constructor. |
See Also
- interface IPropertyProcessor
- Source: PropertyProcessor.cs