Interface IEntityHistorySelectorList
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IEntityHistorySelectorList : IList<NamedTypeSelector>
Methods
RemoveByName(String)
Removes a selector by name.
Declaration
bool RemoveByName(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| System.Boolean |