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
stringThe field name.
defaultValue
stringThe default value.
alarmPropertyExposerName
stringThe alarm property exposer name.
customPropertyName
stringThe custom property name.
customPropertyType
PropertyInfo.DataTypesThe 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
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
stringThe field name.
alarmPropertyExposerName
stringThe alarm property exposer name.
customPropertyName
stringThe custom property name.
customPropertyType
PropertyInfo.DataTypesThe custom property type.