Skip to content

IPropertyProcessor interface

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

Interface for property processors, which sets properties of a PropertyItem object by analysing a IPropertySource object.

public interface IPropertyProcessor

Members

name description
BasedOnRow { get; set; } Gets or sets the based on row.
Items { get; set; } Gets or sets the items.
Priority { get; } Gets the priority.
Type { get; set; } Gets or sets the type.
Initialize() Initializes this instance.
PostProcess() Posts the process.
Process(…) Sets properties of a PropertyItem by analysing a property source

See Also