Interface IBindingCleaner
TODO: See if this can be made internal
Namespace: Steeltoe.Stream.Binder
Assembly: Steeltoe.Stream.Abstractions.dll
Syntax
public interface IBindingCleaner
Methods
| Edit this page View SourceClean(String, Boolean)
Declaration
IDictionary<string, List<string>> Clean(string entity, bool isJob)
Parameters
Type | Name | Description |
---|---|---|
System.String | entity | |
System.Boolean | isJob |
Returns
Type | Description |
---|---|
IDictionary<System.String, List<System.String>> |