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; } | |
Items { get; set; } | |
virtual Priority { get; } | |
Type { get; set; } | |
virtual Initialize() | |
virtual PostProcess() | |
virtual Process(…) |
Protected Members
name | description |
---|---|
PropertyProcessor() | The default constructor. |
See Also
- interface IPropertyProcessor
- Source: PropertyProcessor.cs