Table of Contents

Class ProfileParameterImportResult

Namespace
Skyline.DataMiner.Net.ProfileManager.Import
Assembly
SLNetTypes.dll

Returned by the ProfileParameterImporter when importing Parameters

[Serializable]
public class ProfileParameterImportResult
Inheritance
ProfileParameterImportResult
Extension Methods

Constructors

ProfileParameterImportResult(List<Parameter>, List<MediationSnippet>)

Initializes a new instance of the ProfileParameterImportResult class using the specified imported parameters and mediation snippets.

Properties

ImportedMediationSnippets

Gets the list of Skyline.DataMiner.Net.MediationSnippets.MediationSnippets that was imported.

ImportedParameters

Gets the list of Parameters that was imported.