Compartir a través de


ScheduledQueryRuleIdentityTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of ScheduledQueryRuleIdentity

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

Constructors

ScheduledQueryRuleIdentityTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the ScheduledQueryRuleIdentity type.

CanConvertFrom(Object, Type)

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

CanConvertTo(Object, Type)

Determines if the sourceValue parameter can be converted to the destinationType parameter

ConvertFrom(Object)

Converts the sourceValue parameter into an instance of ScheduledQueryRuleIdentity

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