Megosztás a következőn keresztül:


UserFriendlyRenewStateTypeConverter Class

Definition

The renew state of the reservation

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

Constructors

UserFriendlyRenewStateTypeConverter()

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