Share via


MatchingMethodTypeConverter Class

Definition

Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.

public class MatchingMethodTypeConverter : System.Management.Automation.PSTypeConverter
type MatchingMethodTypeConverter = class
    inherit PSTypeConverter
Public Class MatchingMethodTypeConverter
Inherits PSTypeConverter
Inheritance
MatchingMethodTypeConverter

Constructors

MatchingMethodTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to