다음을 통해 공유


ConditionOperatorTypeConverter Class

Definition

The criteria operator. Relevant and required only for rules of the kind LogAlert.

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

Constructors

ConditionOperatorTypeConverter()

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