Method | Description | |
---|---|---|
BuildFilterDescriptors ( ) : Castle.MonoRail.Framework.Descriptors.FilterDescriptor[] |
Implementation of IFilterDescriptorBuilder. Returns the descriptor for this filter association.
|
|
FilterAttribute ( ExecuteEnum when, |
Constructs a FilterAttribute associating the filter type and when the filter should be invoked.
|
public BuildFilterDescriptors ( ) : Castle.MonoRail.Framework.Descriptors.FilterDescriptor[] | ||
return | Castle.MonoRail.Framework.Descriptors.FilterDescriptor[] |
public FilterAttribute ( ExecuteEnum when, |
||
when | ExecuteEnum | When to execute the filter |
filterType | The filter implementation | |
return | System |