Table of Contents

Constructor TicketFieldOverrideConfig

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

TicketFieldOverrideConfig()

Initializes a new instance of the TicketFieldOverrideConfig class.

public TicketFieldOverrideConfig()

TicketFieldOverrideConfig(string, string, string, string, DataTypes)

Initializes a new instance of the TicketFieldOverrideConfig class using the specified field name, default value, alarm property exposer name and name and type of the custom property.

public TicketFieldOverrideConfig(string fieldName, string defaultValue, string alarmPropertyExposerName, string customPropertyName, PropertyInfo.DataTypes customPropertyType)

Parameters

fieldName string

The field name.

defaultValue string

The default value.

alarmPropertyExposerName string

The alarm property exposer name.

customPropertyName string

The custom property name.

customPropertyType PropertyInfo.DataTypes

The custom property type.

TicketFieldOverrideConfig(string, string)

Initializes a new instance of the TicketFieldOverrideConfig class using the specified field name and default value.

public TicketFieldOverrideConfig(string fieldName, string defaultValue)

Parameters

fieldName string

The field name.

defaultValue string

The default value.

TicketFieldOverrideConfig(string, string, string, DataTypes)

Initializes a new instance of the TicketFieldOverrideConfig class using the specified field name, alarm property exposer name and the name and type of the custom property.

public TicketFieldOverrideConfig(string fieldName, string alarmPropertyExposerName, string customPropertyName, PropertyInfo.DataTypes customPropertyType)

Parameters

fieldName string

The field name.

alarmPropertyExposerName string

The alarm property exposer name.

customPropertyName string

The custom property name.

customPropertyType PropertyInfo.DataTypes

The custom property type.