Click or drag to resize
IDiscoveryManager Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Netadmin.Management.Discovery.IDiscoveryManager"]

Namespace: Netadmin.Management.Discovery
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IDiscoveryManager : IManager<IDiscoveryRuleset>, 
	IDetailsableBatch<IDiscoveryRuleset>, IUniqueName<IDiscoveryRuleset>, IFilterable<IDiscoveryRuleset, IDiscoveryRulesetFilter>, 
	ITop100ForCompany<IDiscoveryRuleset>

The IDiscoveryManager type exposes the following members.

Methods
  NameDescription
Public methodInt64AddRulesetKey(IDiscoveryRulesetKey)
Public methodInt64CreateRuleset(IDiscoveryRuleset, IEnumerableInt64, IEnumerableIDiscoveryRulesetDecoder, IEnumerableIDiscoveryRulesetDecoder)
Creates a new ruleset.
Public method void DeleteRuleset(Int64)
Public method void DeleteRulesetKey(Int64)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(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.)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIEnumerableT, T: IAssemblyGetAllDeviceDefinitionDecoders
Public methodIEnumerableT, T: IDiscoveryCompanyGetAllDiscoveryCompanies
Public methodIEnumerableT, T: IAssemblyGetAllRemoteDecoders
Public methodIEnumerableT, T: IAssemblyGetConfiguredDeviceDefinitionDecoderForRuleset(Int64)
Public methodIEnumerableT, T: IDiscoveryCompanyGetConfiguredDiscoveryCompaniesForRuleset(Int64)
Public methodIEnumerableT, T: IAssemblyGetConfiguredRemoteDecodersForRuleset(Int64)
Public methodIDiscoveryRulesetKeyGetDeviceKey(Int64)
Retrieves the device key for a ruleset. Or null of no key exists
Public methodIEnumerableT, T: IDiscoveryRulesetKeyGetDiscoveryKeysForRuleset(Int64)
Public methodIDiscoveryRulesetGetDiscoveryRuleset(Int64)
Public methodIEnumerableT, T: IDiscoveryRulesetGetDiscoveryRulesets
Public methodIDiscoveryRulesetKeyGetDiscoveryRulsetKey(Int64)
Public methodIDiscoveryRulesetKeyGetRequiredDataKey(Int64)
Retrieves the required data key for a ruleset. Or null of no key exists
Public methodIReadOnlyDictionaryTKey, TValue, T: StringGetTop100(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.)
Public methodBooleanIsNameUnique(T)
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.)
Public methodIEnumerableT, T: DiscoveryEventLogSearchResultDtoSearchEventlog(SearchDiscoveryLogParameter)
Public method void SetDeviceKey(Int64, IDiscoveryRulesetKey)
Sets the device key for a ruleset, will delete key if key is null
Public method void SetRequiredDataKey(Int64, IDiscoveryRulesetKey)
Sets the required data key for a ruleset, will delete key if key is null
Public method void UpdateRuleset(IDiscoveryRuleset, IEnumerableInt64, IEnumerableIDiscoveryRulesetDecoder, IEnumerableIDiscoveryRulesetDecoder)
Public method void UpdateRulesetKey(IDiscoveryRulesetKey)
Top
Extension Methods
  NameDescription
Public Extension MethodIDiscoveryRulesetDetailsAllIDiscoveryRuleset(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllIDiscoveryRuleset(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIDiscoveryRulesetDetailsAnyIDiscoveryRuleset(Int64) (Defined by DetailsableBatchExtensions.)
Top
Remarks
Supported Top100 properties * Name
See Also