Méthode | Description | |
---|---|---|
GenerateActionPartialMethod ( string message, IType argumentType ) : |
Generates the partial method for an action.
|
|
GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable |
Generates the framework loading code which is language specific.
|
|
GenerateGetInstanceVariableStatement ( System.CodeDom.CodeThisReferenceExpression thisRef, |
Generates the "GetInstanceVariable" statement.
|
|
GenerateSetInstanceVariableStatement ( System.CodeDom.CodeThisReferenceExpression thisRef, |
Generates the "SetInstanceVariable" statement.
|
|
IsDesignerRegionDelimiter ( String line, bool start ) : bool |
Determines whether a line is a region delimiter.
|
protected GenerateActionPartialMethod ( string message, IType argumentType ) : |
||
message | string | The message. |
argumentType | IType | Type of the argument. |
Résultat |
protected GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable |
||
frameworks | String | The frameworks. |
Résultat | IEnumerable |
protected GenerateGetInstanceVariableStatement ( System.CodeDom.CodeThisReferenceExpression thisRef, |
||
thisRef | System.CodeDom.CodeThisReferenceExpression | This reference. |
typeRef | Type reference. | |
nameRef | Name reference. | |
Résultat |
protected GenerateSetInstanceVariableStatement ( System.CodeDom.CodeThisReferenceExpression thisRef, |
||
thisRef | System.CodeDom.CodeThisReferenceExpression | This reference. |
typeRef | Type reference. | |
nameRef | Name reference. | |
valueRef | System.CodeDom.CodePropertySetValueReferenceExpression | Value reference |
Résultat | System.CodeDom.CodeExpression |
protected IsDesignerRegionDelimiter ( String line, bool start ) : bool | ||
line | String | The line. |
start | bool | if set to |
Résultat | bool |