C# Class Google.PowerShell.Common.ArrayPropertyTransformAttribute

Inheritance: System.Management.Automation.ArgumentTransformationAttribute
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-powershell

Méthodes publiques

Méthode Description
ArrayPropertyTransformAttribute ( Type typeToTransform, string property ) : System
Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object

Method Details

ArrayPropertyTransformAttribute() public méthode

public ArrayPropertyTransformAttribute ( Type typeToTransform, string property ) : System
typeToTransform System.Type
property string
Résultat System

Transform() public méthode

public Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object
engineIntrinsics System.Management.Automation.EngineIntrinsics
inputData object
Résultat object