Delen via


IdentityForCmkTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of IdentityForCmk

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

Constructors

IdentityForCmkTypeConverter()

Methods

CanConvertFrom(Object)

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

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