Table of Contents

Class TicketFieldOverrideConfig

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

Represents a ticket field configuration override. This class is used to define a TicketField when creating a correlation ticket action.

[Serializable]
public class TicketFieldOverrideConfig
Inheritance
TicketFieldOverrideConfig
Extension Methods

Constructors

TicketFieldOverrideConfig()

Initializes a new instance of the TicketFieldOverrideConfig class.

TicketFieldOverrideConfig(string, string)

Initializes a new instance of the TicketFieldOverrideConfig class using the specified field name and 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.

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.

Properties

AlarmPropertyExposerName

Gets or sets the alarm property exposer name.

CustomPropertyName

Gets or sets the custom property name.

CustomPropertyType

Gets or sets the custom property type.

DefaultValue

Gets or sets the default value.

FieldName

Gets or sets the field name.

TicketFieldConcatItems

Gets or sets a list of extra variable or static fields that will be concatenated to the first field value defined by AlarmPropertyExposerName if the field type of this ticket field is a string.