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
intThe 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
IActionableElementThe element dummy.
name
stringThe 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
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
IActionableElementThe element dummy.
name
stringThe name of the parameter.
index
stringThe 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
intThe ID of the parameter.
index
stringThe display key.
options
MailReportParameterFlagsThe 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
IActionableElementThe element dummy.
name
stringThe name of the parameter.
index
stringThe display key.
options
MailReportParameterFlagsThe mail report parameter options.