C# Class PSModelGenerator.Program

Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
Main ( string args ) : void

Private Methods

Méthode 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 méthode

public static Main ( string args ) : void
args string
Résultat void