Table of Contents

Constructor ProfileDefinition

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

ProfileDefinition(Guid)

Initializes a new instance of the ProfileDefinition class using the specified GUID.

public ProfileDefinition(Guid g)

Parameters

g Guid

The GUID.

ProfileDefinition()

Initializes a new instance of the ProfileDefinition class.

public ProfileDefinition()

ProfileDefinition(ProfileDefinition)

Initializes a new instance of the ProfileDefinition class using the specified profile definition.

public ProfileDefinition(ProfileDefinition pd)

Parameters

pd ProfileDefinition

The profile definition.