C# Class Lizoc.PowerShell.Commands.ConvertFromBsdCommand

Inheritance: Cmdlet
Afficher le fichier Open project: standardfx/standard

Private Properties

Свойство Type Description
PopulateConfonArray object[]
PopulateConfonLeaf object
PopulateConfonObject PSObject
TransverseConfonRoot object

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
ProcessRecord ( ) : void

Private Methods

Méthode Description
PopulateConfonArray ( ConfonValue jv, ConfonContext context, string parentPath, string childName, ErrorRecord &error ) : object[]
PopulateConfonLeaf ( ConfonValue jv, string path, ErrorRecord &error ) : object
PopulateConfonObject ( ConfonValue jv, ConfonContext context, string path, ErrorRecord &error ) : PSObject
TransverseConfonRoot ( ConfonContext context, ErrorRecord &error ) : object

Method Details

BeginProcessing() protected méthode

protected BeginProcessing ( ) : void
Résultat void

EndProcessing() protected méthode

protected EndProcessing ( ) : void
Résultat void

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void