Condividi tramite


NodeExtensionStateTypeConverter Class

Definition

State of Arc Extension in this node.

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

Constructors

NodeExtensionStateTypeConverter()

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