JobTriggerToCimInstanceConverter Class

Definition

Class providing implementation of PowerShell conversions for types in Microsoft.Management.Infrastructure namespace

public sealed class JobTriggerToCimInstanceConverter : System.Management.Automation.PSTypeConverter
type JobTriggerToCimInstanceConverter = class
    inherit PSTypeConverter
Public NotInheritable Class JobTriggerToCimInstanceConverter
Inherits PSTypeConverter
Inheritance
JobTriggerToCimInstanceConverter

Constructors

JobTriggerToCimInstanceConverter()

Methods

CanConvertFrom(Object, Type)

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

CanConvertFrom(PSObject, Type)

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

(Inherited from PSTypeConverter)
CanConvertTo(Object, Type)

Returns true if the converter can convert the sourceValue parameter to the destinationType parameter

CanConvertTo(PSObject, Type)

Returns true if the converter can convert the sourceValue parameter to the destinationType parameter.

(Inherited from PSTypeConverter)
ConvertFrom(Object, Type, IFormatProvider, Boolean)

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

ConvertFrom(PSObject, Type, IFormatProvider, Boolean)

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

(Inherited from PSTypeConverter)
ConvertTo(Object, Type, IFormatProvider, Boolean)

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

ConvertTo(PSObject, Type, IFormatProvider, Boolean)

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

(Inherited from PSTypeConverter)

Applies to