Share via


SyncTypeTypeConverter Class

Definition

Field indicating sync type e.g. to sync only in case of failure or in all cases

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

Constructors

SyncTypeTypeConverter()

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