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
fieldNamestringThe field name.
defaultValuestringThe default value.
alarmPropertyExposerNamestringThe alarm property exposer name.
customPropertyNamestringThe custom property name.
customPropertyTypePropertyInfo.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)