Click or drag to resize
IDiscoveryManager.CreateRuleset Method

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

Creates a new ruleset.

Namespace: Netadmin.Management.Discovery
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
long CreateRuleset(
	IDiscoveryRuleset rulesetDto,
	IEnumerable<long> restrictedToCompanyIdentifiers,
	IEnumerable<IDiscoveryRulesetDecoder> deviceDefinitionDecoders,
	IEnumerable<IDiscoveryRulesetDecoder> remoteDecoders
)

Parameters

rulesetDto
Type: Netadmin.Management.Discovery.Dto.IDiscoveryRuleset

[Missing <param name="rulesetDto"/> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.CreateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

restrictedToCompanyIdentifiers
Type: System.Collections.Generic.IEnumerable<Int64>
The list of company identifier for the ruleset. Set it to null for all company
deviceDefinitionDecoders
Type: System.Collections.Generic.IEnumerable<IDiscoveryRulesetDecoder>
The device definition decoders for the ruleset
remoteDecoders
Type: System.Collections.Generic.IEnumerable<IDiscoveryRulesetDecoder>
The remote decoders for the ruleset

Return Value

Type: Int64

[Missing <returns> documentation for "M:Netadmin.Management.Discovery.IDiscoveryManager.CreateRuleset(Netadmin.Management.Discovery.Dto.IDiscoveryRuleset,System.Collections.Generic.IEnumerable{System.Int64},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder},System.Collections.Generic.IEnumerable{Netadmin.Management.Discovery.Dto.IDiscoveryRulesetDecoder})"]

See Also