Table of Contents

Constructor MailReportParameter

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

MailReportParameter(int)

Initializes a new instance of the MailReportOptions class using the specified parameter ID.

public MailReportParameter(int pid)

Parameters

pid int

The ID of the parameter.

MailReportParameter(IActionableElement, string)

Initializes a new instance of the MailReportOptions class using the specified dummy and parameter name.

public MailReportParameter(IActionableElement dummy, string name)

Parameters

dummy IActionableElement

The element dummy.

name string

The name of the parameter.

MailReportParameter(int, string)

Initializes a new instance of the MailReportOptions class using the specified parameter ID and index.

public MailReportParameter(int pid, string index)

Parameters

pid int

The ID of the parameter.

index string

The display key.

MailReportParameter(IActionableElement, string, string)

Initializes a new instance of the MailReportOptions class using the specified dummy, parameter name and index.

public MailReportParameter(IActionableElement dummy, string name, string index)

Parameters

dummy IActionableElement

The element dummy.

name string

The name of the parameter.

index string

The display key.

MailReportParameter(int, string, MailReportParameterFlags)

Initializes a new instance of the MailReportOptions class using the specified parameter ID, index and mail report parameter options.

public MailReportParameter(int pid, string index, MailReportParameterFlags options)

Parameters

pid int

The ID of the parameter.

index string

The display key.

options MailReportParameterFlags

The mail report parameter options.

MailReportParameter(IActionableElement, string, string, MailReportParameterFlags)

Initializes a new instance of the MailReportOptions class using the specified dummy, name and mail report parameter options.

public MailReportParameter(IActionableElement dummy, string name, string index, MailReportParameterFlags options)

Parameters

dummy IActionableElement

The element dummy.

name string

The name of the parameter.

index string

The display key.

options MailReportParameterFlags

The mail report parameter options.