Property | Type | Description | |
---|---|---|---|
CurrentSchema | Schema | ||
SolutionFolder | string | ||
SolutionName | string |
Method | Description | |
---|---|---|
GenerateLogicFromEntities ( ) : void |
Method | Description | |
---|---|---|
CandidateTypes ( ) : List |
||
GetExpressionName ( ExpressionInfo ei ) : string | ||
GetExpressions ( |
||
GetFileName ( Module t ) : string | ||
GetModules ( ) : IEnumerable |
||
GetNamespace ( Module mod ) : string | ||
GetOperationsSymbols ( |
||
GetProjectFolder ( ) : string | ||
GetQueryProperties ( |
||
GetRegisterExpression ( ExpressionInfo ei ) : string | ||
GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void | ||
GetUsingNamespaces ( Module mod, List |
||
GetVariableName ( |
||
IsSave ( IOperationSymbolContainer oper ) : bool | ||
IsSimpleValueType ( |
||
ShouldWriteExpression ( ExpressionInfo ei ) : bool | ||
ShouldWriteSimpleQuery ( |
||
WriteConstructFrom ( IOperationSymbolContainer oper ) : string | ||
WriteConstructFromMany ( IOperationSymbolContainer oper ) : string | ||
WriteConstructSimple ( IOperationSymbolContainer oper ) : string | ||
WriteDeleteOperation ( IOperationSymbolContainer oper ) : string | ||
WriteExecuteOperation ( IOperationSymbolContainer oper ) : string | ||
WriteExpressionMethod ( ExpressionInfo info ) : string | ||
WriteFile ( Module mod ) : string | ||
WriteInclude ( |
||
WriteLogicClass ( Module mod, List |
||
WriteOperation ( IOperationSymbolContainer oper ) : string | ||
WriteOperations ( |
||
WriteQuery ( |
||
WriteStartMethod ( Module mod, List |
Method | Description | |
---|---|---|
GetOperationType ( IOperationSymbolContainer oper ) : OperationType | ||
ShouldWriteSimpleOperations ( IOperationSymbolContainer oper ) : bool | ||
WriteQueryConstructor ( |
protected GetExpressionName ( ExpressionInfo ei ) : string | ||
ei | ExpressionInfo | |
return | string |
protected GetExpressions ( |
||
toType | ||
return | List |
protected GetNamespace ( Module mod ) : string | ||
mod | Module | |
return | string |
protected GetOperationsSymbols ( |
||
type | ||
return | IEnumerable |
protected GetQueryProperties ( |
||
type | ||
return | IEnumerable |
protected GetRegisterExpression ( ExpressionInfo ei ) : string | ||
ei | ExpressionInfo | |
return | string |
protected GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void | ||
solutionFolder | string | |
solutionName | string | |
return | void |
protected GetUsingNamespaces ( Module mod, List |
||
mod | Module | |
expressions | List |
|
return | List |
protected GetVariableName ( |
||
type | ||
return | string |
protected IsSave ( IOperationSymbolContainer oper ) : bool | ||
oper | IOperationSymbolContainer | |
return | bool |
protected IsSimpleValueType ( |
||
type | ||
return | bool |
protected ShouldWriteExpression ( ExpressionInfo ei ) : bool | ||
ei | ExpressionInfo | |
return | bool |
protected ShouldWriteSimpleQuery ( |
||
type | ||
return | bool |
protected WriteConstructFrom ( IOperationSymbolContainer oper ) : string | ||
oper | IOperationSymbolContainer | |
return | string |
protected WriteConstructFromMany ( IOperationSymbolContainer oper ) : string | ||
oper | IOperationSymbolContainer | |
return | string |
protected WriteConstructSimple ( IOperationSymbolContainer oper ) : string | ||
oper | IOperationSymbolContainer | |
return | string |
protected WriteDeleteOperation ( IOperationSymbolContainer oper ) : string | ||
oper | IOperationSymbolContainer | |
return | string |
protected WriteExecuteOperation ( IOperationSymbolContainer oper ) : string | ||
oper | IOperationSymbolContainer | |
return | string |
protected WriteExpressionMethod ( ExpressionInfo info ) : string | ||
info | ExpressionInfo | |
return | string |
protected WriteInclude ( |
||
type | ||
return | string |
protected WriteLogicClass ( Module mod, List |
||
mod | Module | |
expressions | List |
|
return | string |
protected WriteOperation ( IOperationSymbolContainer oper ) : string | ||
oper | IOperationSymbolContainer | |
return | string |
protected WriteOperations ( |
||
type | ||
return | string |
protected WriteQuery ( |
||
type | ||
return | string |
protected WriteStartMethod ( Module mod, List |
||
mod | Module | |
expressions | List |
|
return | string |