Property | Type | Description | |
---|---|---|---|
CurrentSchema | Schema | ||
SolutionFolder | string | ||
SolutionName | string |
Method | Description | |
---|---|---|
GenerateReactFromEntities ( ) : void |
Method | Description | |
---|---|---|
BaseFileName ( Module m ) : string | ||
CandidateTypes ( ) : List |
||
ControllerFileName ( Module m ) : string | ||
ExtensonsRelativePath ( bool inView ) : string | ||
FrameworkRelativePath ( bool inView ) : string | ||
GetClientFile ( Module m ) : string | ||
GetEntitySetting ( |
||
GetModules ( ) : IEnumerable |
||
GetProjectFolder ( ) : string | ||
GetProperties ( |
||
GetServerNamespace ( Module mod ) : string | ||
GetServerUsingNamespaces ( Module mod ) : List |
||
GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void | ||
GetTypingsFile ( Module m ) : string | ||
GetVarName ( |
||
GetViewFileName ( Module m, |
||
GetViewName ( |
||
IsValue ( |
||
ServerFileName ( Module m ) : string | ||
ShouldWriteControllerFile ( Module mod ) : bool | ||
ShouldWriteServerFile ( Module mod ) : bool | ||
WriteClientFile ( Module mod ) : string | ||
WriteClientStartMethod ( Module mod ) : string | ||
WriteControllerClass ( Module mod ) : string | ||
WriteControllerExampleMethod ( Module mod ) : string | ||
WriteControllerFile ( Module mod ) : string | ||
WriteEmbeddedProperty ( |
||
WriteEntityComponentFile ( |
||
WriteEntityProperty ( |
||
WriteFile ( Func |
||
WriteMListProperty ( |
||
WriteProperty ( |
||
WriteServerClass ( Module mod ) : string | ||
WriteServerFile ( Module mod ) : string | ||
WriteServerStartMethod ( Module mod ) : string | ||
WriteTypingsFile ( Module mod ) : string | ||
WriteValueLine ( |
||
WritetEntitySettings ( Module mod ) : string | ||
WritetOperationSettings ( Module mod ) : string |
Method | Description | |
---|---|---|
GetTypingsImports ( ) : string[] |
protected ControllerFileName ( Module m ) : string | ||
m | Module | |
return | string |
protected ExtensonsRelativePath ( bool inView ) : string | ||
inView | bool | |
return | string |
protected FrameworkRelativePath ( bool inView ) : string | ||
inView | bool | |
return | string |
protected GetClientFile ( Module m ) : string | ||
m | Module | |
return | string |
protected GetEntitySetting ( |
||
type | ||
return | string |
protected GetProperties ( |
||
type | ||
return | IEnumerable |
protected GetServerNamespace ( Module mod ) : string | ||
mod | Module | |
return | string |
protected GetServerUsingNamespaces ( Module mod ) : List |
||
mod | Module | |
return | List |
protected GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void | ||
solutionFolder | string | |
solutionName | string | |
return | void |
protected GetTypingsFile ( Module m ) : string | ||
m | Module | |
return | string |
protected GetVarName ( |
||
type | ||
return | string |
protected GetViewFileName ( Module m, |
||
m | Module | |
t | ||
return | string |
protected GetViewName ( |
||
type | ||
return | string |
protected ServerFileName ( Module m ) : string | ||
m | Module | |
return | string |
protected ShouldWriteControllerFile ( Module mod ) : bool | ||
mod | Module | |
return | bool |
protected ShouldWriteServerFile ( Module mod ) : bool | ||
mod | Module | |
return | bool |
protected WriteClientFile ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteClientStartMethod ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteControllerClass ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteControllerExampleMethod ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteControllerFile ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteEmbeddedProperty ( |
||
pi | ||
v | string | |
return | string |
protected WriteEntityComponentFile ( |
||
type | ||
return | string |
protected WriteEntityProperty ( |
||
pi | ||
v | string | |
return | string |
protected WriteFile ( Func |
||
getContent | Func |
|
getFileName | Func |
|
overwriteFiles | bool | |
return | void |
protected WriteMListProperty ( |
||
pi | ||
v | string | |
return | string |
protected WriteProperty ( |
||
pi | ||
v | string | |
return | string |
protected WriteServerClass ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteServerFile ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteServerStartMethod ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteTypingsFile ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WriteValueLine ( |
||
pi | ||
v | string | |
return | string |
protected WritetEntitySettings ( Module mod ) : string | ||
mod | Module | |
return | string |
protected WritetOperationSettings ( Module mod ) : string | ||
mod | Module | |
return | string |