Compartilhar via


IssueTypeTypeConverter Class

Definition

Represents the type of the Detector

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

Constructors

IssueTypeTypeConverter()

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