C# Класс PSModelGenerator.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : void

Приватные методы

Метод Описание
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

Описание методов

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void