* Added "INamedFilter" to tagging filters. Required for fallbacking system
* AnonymousCompiledFilter now has undependent realization * All internal filters now implement INamedFilter interface * Added new static methods to "Filter" class * Added Filters fallbacking system * Added "FiltersFallback" method in "UpdatehandlerBase" * Changed filters validating system to be able to report failed filters * Added "FiltersFallbackReport" class * Added "FormReport" Property to "UpdateHandlerAttributeBase" * Version incremented
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
Sender
|
||||
}
|
||||
|
||||
/*
|
||||
/// <summary>
|
||||
/// Messages from where this filter was originated
|
||||
/// </summary>
|
||||
@@ -95,6 +96,7 @@
|
||||
/// </summary>
|
||||
Regualr
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user