Delen via


ReportGranularityTypeTypeConverter Class

Definition

The granularity of rows in the report.

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

Constructors

ReportGranularityTypeTypeConverter()

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