C# Class Signum.Engine.CodeGeneration.WindowsCodeGenerator

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Свойство Type Description
CurrentSchema Schema
SolutionFolder string
SolutionName string

Méthodes publiques

Méthode Description
GenerateWindowsFromEntities ( ) : void

Méthodes protégées

Méthode Description
CandiateTypes ( ) : List
GetClienUsingNamespaces ( Module mod ) : List
GetClientFileName ( Module t ) : string
GetClientNamespace ( Module mod ) : string
GetEntitySetting ( Type type ) : string
GetModules ( ) : IEnumerable
GetProjectFolder ( ) : string
GetProperties ( Type type ) : IEnumerable
GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void
GetVarName ( Type type ) : string
GetViewCodeBehindUsingNamespaces ( Type type ) : List
GetViewFileName ( Module m, Type t ) : string
GetViewName ( Type type ) : string
GetViewNamespace ( Type type ) : string
IsValue ( Type type ) : bool
WriteClientClass ( Module mod ) : string
WriteClientFile ( Module mod ) : string
WriteEmbeddedProperty ( PropertyInfo pi ) : string
WriteEntityProperty ( PropertyInfo pi ) : string
WriteMListProperty ( PropertyInfo pi ) : string
WriteProperty ( PropertyInfo pi ) : string
WriteStartMethod ( Module mod ) : string
WriteValueLine ( PropertyInfo pi ) : string
WriteViewCodeBehindClass ( Type type ) : string
WriteViewCodeBehindFile ( Type type ) : string
WriteViewFile ( Type type ) : string
WritetEntitySettings ( Module mod ) : string
WritetOperationSettings ( Module mod ) : string

Private Methods

Méthode Description
GetViewUsingNamespaces ( Type type ) : string>.Dictionary

Method Details

CandiateTypes() protected méthode

protected CandiateTypes ( ) : List
Résultat List

GenerateWindowsFromEntities() public méthode

public GenerateWindowsFromEntities ( ) : void
Résultat void

GetClienUsingNamespaces() protected méthode

protected GetClienUsingNamespaces ( Module mod ) : List
mod Module
Résultat List

GetClientFileName() protected méthode

protected GetClientFileName ( Module t ) : string
t Module
Résultat string

GetClientNamespace() protected méthode

protected GetClientNamespace ( Module mod ) : string
mod Module
Résultat string

GetEntitySetting() protected méthode

protected GetEntitySetting ( Type type ) : string
type System.Type
Résultat string

GetModules() protected méthode

protected GetModules ( ) : IEnumerable
Résultat IEnumerable

GetProjectFolder() protected méthode

protected GetProjectFolder ( ) : string
Résultat string

GetProperties() protected méthode

protected GetProperties ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

GetSolutionInfo() protected méthode

protected GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void
solutionFolder string
solutionName string
Résultat void

GetVarName() protected méthode

protected GetVarName ( Type type ) : string
type System.Type
Résultat string

GetViewCodeBehindUsingNamespaces() protected méthode

protected GetViewCodeBehindUsingNamespaces ( Type type ) : List
type System.Type
Résultat List

GetViewFileName() protected méthode

protected GetViewFileName ( Module m, Type t ) : string
m Module
t System.Type
Résultat string

GetViewName() protected méthode

protected GetViewName ( Type type ) : string
type System.Type
Résultat string

GetViewNamespace() protected méthode

protected GetViewNamespace ( Type type ) : string
type System.Type
Résultat string

IsValue() protected méthode

protected IsValue ( Type type ) : bool
type System.Type
Résultat bool

WriteClientClass() protected méthode

protected WriteClientClass ( Module mod ) : string
mod Module
Résultat string

WriteClientFile() protected méthode

protected WriteClientFile ( Module mod ) : string
mod Module
Résultat string

WriteEmbeddedProperty() protected méthode

protected WriteEmbeddedProperty ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
Résultat string

WriteEntityProperty() protected méthode

protected WriteEntityProperty ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
Résultat string

WriteMListProperty() protected méthode

protected WriteMListProperty ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
Résultat string

WriteProperty() protected méthode

protected WriteProperty ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
Résultat string

WriteStartMethod() protected méthode

protected WriteStartMethod ( Module mod ) : string
mod Module
Résultat string

WriteValueLine() protected méthode

protected WriteValueLine ( PropertyInfo pi ) : string
pi System.Reflection.PropertyInfo
Résultat string

WriteViewCodeBehindClass() protected méthode

protected WriteViewCodeBehindClass ( Type type ) : string
type System.Type
Résultat string

WriteViewCodeBehindFile() protected méthode

protected WriteViewCodeBehindFile ( Type type ) : string
type System.Type
Résultat string

WriteViewFile() protected méthode

protected WriteViewFile ( Type type ) : string
type System.Type
Résultat string

WritetEntitySettings() protected méthode

protected WritetEntitySettings ( Module mod ) : string
mod Module
Résultat string

WritetOperationSettings() protected méthode

protected WritetOperationSettings ( Module mod ) : string
mod Module
Résultat string

Property Details

CurrentSchema public_oe property

public Schema CurrentSchema
Résultat Schema

SolutionFolder public_oe property

public string SolutionFolder
Résultat string

SolutionName public_oe property

public string SolutionName
Résultat string