Method | Description | |
---|---|---|
GenerateCodeBehindCode ( |
Generates the design code for an Interface Builder file.
|
|
GenerateFrameworkLoadingCode ( |
Generates the design code for framework loading.
|
Method | Description | |
---|---|---|
GenerateActionExposedMethod ( String message, IType argumentType ) : |
Generates the exposed method for an action.
|
|
GenerateActionPartialMethod ( String message, IType argumentType ) : |
Generates the partial method for an action.
|
|
GenerateCodeCompileUnit ( |
||
GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable |
Generates the framework loading code which is language specific.
|
|
GenerateGetInstanceVariableStatement ( System.CodeDom.CodeThisReferenceExpression thisRef, |
Generates the "GetInstanceVariable" statement.
|
|
GenerateMethodName ( String selector ) : String |
Generates the name of the method from a selector.
|
|
GenerateOutletProperty ( IType outletType, string name ) : |
Generates an outlet property.
|
|
GenerateSetInstanceVariableStatement ( CodeThisReferenceExpression thisRef, CodeTypeReference typeRef, CodePrimitiveExpression nameRef, CodePropertySetValueReferenceExpression valueRef ) : CodeExpression |
Generates the "SetInstanceVariable" expression.
|
|
IsDesignerRegionDelimiter ( String line, bool start ) : bool |
Determines whether a line is a region delimiter.
|
protected GenerateActionExposedMethod ( String message, IType argumentType ) : |
||
message | String | The message. |
argumentType | IType | Type of the argument. |
return |
protected abstract GenerateActionPartialMethod ( String message, IType argumentType ) : |
||
message | String | The message. |
argumentType | IType | Type of the argument. |
return |
public GenerateCodeBehindCode ( |
||
cache | ||
writer | MonoDevelop.DesignerSupport.CodeBehindWriter | The writer. |
className | String | Name of the class. |
descriptors | IEnumerable |
|
return | FilePath |
protected GenerateCodeCompileUnit ( |
||
cache | ||
defaultNamespace | String | |
className | String | |
enumerable | IEnumerable |
|
return |
public GenerateFrameworkLoadingCode ( |
||
cache | ||
frameworks | String | The frameworks. |
return | FilePath |
protected abstract GenerateFrameworkLoadingcode ( String frameworks ) : IEnumerable |
||
frameworks | String | The frameworks. |
return | IEnumerable |
protected GenerateGetInstanceVariableStatement ( System.CodeDom.CodeThisReferenceExpression thisRef, |
||
thisRef | System.CodeDom.CodeThisReferenceExpression | This reference. |
typeRef | Type reference. | |
nameRef | Name reference. | |
return |
protected static GenerateMethodName ( String selector ) : String | ||
selector | String | The selector. |
return | String |
protected GenerateOutletProperty ( IType outletType, string name ) : |
||
outletType | IType | Type of the outlet. |
name | string | The name of the outlet. |
return |
protected GenerateSetInstanceVariableStatement ( CodeThisReferenceExpression thisRef, CodeTypeReference typeRef, CodePrimitiveExpression nameRef, CodePropertySetValueReferenceExpression valueRef ) : CodeExpression | ||
thisRef | CodeThisReferenceExpression | This reference. |
typeRef | CodeTypeReference | Type reference. |
nameRef | CodePrimitiveExpression | Name reference. |
valueRef | CodePropertySetValueReferenceExpression | Value reference |
return | CodeExpression |
protected abstract IsDesignerRegionDelimiter ( String line, bool start ) : bool | ||
line | String | The line. |
start | bool | if set to |
return | bool |