FilterMode
Filter 标记的结果最终产生的“过滤器”的模式。
Entries
Link copied to clipboard
将 Filter
中的逻辑作为 EventInterceptor 注册。 可以通过优先级的控制来使其与其他全局拦截器之间的关系。
Link copied to clipboard
作为一段逻辑注入到事件处理器的前置中。 由于最终执行逻辑是与事件处理器的逻辑融为一体的, 所以使用此模式时,Filter
所产生的逻辑始终会在所有拦截器之后执行。
Properties
Inherited properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.