C# Class PSModelGenerator.Program

Exibir arquivo Open project: Azure/azure-powershell

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
AddConstructorWithCopiedParameters ( CodeTypeDeclaration codeType, Type implementationType, CodeFieldReferenceExpression omObjectFieldReference, ConstructorInfo constructorInfo ) : void
GenerateCodeFile ( string fileName, CodeCompileUnit compileUnit ) : void
GenerateConstructors ( Type t, CodeTypeDeclaration codeType ) : void
GenerateCopyrightText ( StreamWriter writer ) : void
GenerateModel ( string fileName, Type omType, string modelName ) : void
GenerateProperties ( Type t, CodeTypeDeclaration codeType ) : void
GenerateUsingDirectives ( CodeNamespace codeNamespace ) : void
GetPropertyType ( Type t ) : string
ShowUsage ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void