| Name | Description |
---|
 | Int64 | AddRulesetKey(IDiscoveryRulesetKey) | |
 | Int64 | CreateRuleset(IDiscoveryRuleset, IEnumerableInt64, IEnumerableIDiscoveryRulesetDecoder, IEnumerableIDiscoveryRulesetDecoder) |
Creates a new ruleset.
|
 |
void
| DeleteRuleset(Int64) | |
 |
void
| DeleteRulesetKey(Int64) | |
 | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
 | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
 | IEnumerableT, T: IAssembly | GetAllDeviceDefinitionDecoders | |
 | IEnumerableT, T: IDiscoveryCompany | GetAllDiscoveryCompanies | |
 | IEnumerableT, T: IAssembly | GetAllRemoteDecoders | |
 | IEnumerableT, T: IAssembly | GetConfiguredDeviceDefinitionDecoderForRuleset(Int64) | |
 | IEnumerableT, T: IDiscoveryCompany | GetConfiguredDiscoveryCompaniesForRuleset(Int64) | |
 | IEnumerableT, T: IAssembly | GetConfiguredRemoteDecodersForRuleset(Int64) | |
 | IDiscoveryRulesetKey | GetDeviceKey(Int64) |
Retrieves the device key for a ruleset. Or null of no key exists
|
 | IEnumerableT, T: IDiscoveryRulesetKey | GetDiscoveryKeysForRuleset(Int64) | |
 | IDiscoveryRuleset | GetDiscoveryRuleset(Int64) | |
 | IEnumerableT, T: IDiscoveryRuleset | GetDiscoveryRulesets | |
 | IDiscoveryRulesetKey | GetDiscoveryRulsetKey(Int64) | |
 | IDiscoveryRulesetKey | GetRequiredDataKey(Int64) |
Retrieves the required data key for a ruleset. Or null of no key exists
|
 | IReadOnlyDictionaryTKey, TValue, T: String | GetTop100(ExpressionFuncT, String, String, IEnumerableInt64) |
Retrieves the first 100 matches of the search string. For each string, a maximum of 100 ids are returned. Please see the interface for the manager for documentation on supported properties and additional information
(Inherited from ITop100ForCompanyT.) |
 | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) |
 | IEnumerableT, T: DiscoveryEventLogSearchResultDto | SearchEventlog(SearchDiscoveryLogParameter) | |
 |
void
| SetDeviceKey(Int64, IDiscoveryRulesetKey) |
Sets the device key for a ruleset, will delete key if key is null
|
 |
void
| SetRequiredDataKey(Int64, IDiscoveryRulesetKey) |
Sets the required data key for a ruleset, will delete key if key is null
|
 |
void
| UpdateRuleset(IDiscoveryRuleset, IEnumerableInt64, IEnumerableIDiscoveryRulesetDecoder, IEnumerableIDiscoveryRulesetDecoder) | |
 |
void
| UpdateRulesetKey(IDiscoveryRulesetKey) | |