C# Class Lizoc.PowerShell.Commands.ConvertFromBsdCommand

Inheritance: Cmdlet
ファイルを表示 Open project: standardfx/standard

Private Properties

Property Type Description
PopulateConfonArray object[]
PopulateConfonLeaf object
PopulateConfonObject PSObject
TransverseConfonRoot object

Protected Methods

Method Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
ProcessRecord ( ) : void

Private Methods

Method 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 method

protected BeginProcessing ( ) : void
return void

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void