PropertyProcessorOptions class
namespace: Serenity.PropertyGrid assembly: Serenity.Net.Services
Property item generation options for BasicPropertyProcessor
public class PropertyProcessorOptions
Public Members
| name | description |
|---|---|
| PropertyProcessorOptions() | The default constructor. |
| DefaultSummaryType { get; set; } | Gets or sets a the default summary type for numeric fields if no SummaryTypeAttribute is present. This only applies if the property is of a numeric type and is not a primary key, identity, foreign key, unbound or has a LeftJoin attribute. Default is SummaryType.Sum. |
| const SectionKey | Default section key |
See Also
- Source: PropertyProcessorOptions.cs