Share via


ScheduleUpdatePropertiesTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of ScheduleUpdateProperties

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

Constructors

ScheduleUpdatePropertiesTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the ScheduleUpdateProperties 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 ScheduleUpdateProperties

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