Method | Description | |
---|---|---|
Add ( this method, string snippet ) : |
||
AddArgument ( this deleration, System.CodeDom.CodeExpression expression ) : |
||
AddArgument ( this deleration, string format ) : |
||
AddArgument ( this deleration, string name, System.CodeDom.CodeExpression expression ) : |
||
Base ( this decleration, |
||
Base ( this decleration, string baseType ) : |
||
Clean ( this str ) : string | ||
Declare ( this ns, MemberAttributes attributes, string name ) : |
||
EncapsulateField ( this field, string name ) : |
||
EncapsulateField ( this field, string name, System.CodeDom.CodeExpression lazyValue, System.CodeDom.CodeExpression lazyCondition = null, bool generateSetter = false ) : |
||
EncapsulateField ( this typeDeclaration, |
||
EncapsulatedField ( this decleration, |
||
Field ( this decleration, MemberAttributes attributes, |
||
Field ( this decleration, |
||
GenerateCodeFromMembers ( ) : string | ||
GenerateCodeFromMembers ( |
||
IsOverride ( this m ) : bool | ||
MakeStatic ( this type ) : |
||
MakeStatic ( this type ) : |
||
Method ( this decleration, MemberAttributes attributes, |
||
MethodFromTypeMethod ( this type, string methodName, |
||
MethodFromTypeMethod ( this type, string methodName, bool callBase = true ) : |
||
PropertyFromTypeProperty ( this type, string propertyName, bool callBase = true ) : |
||
SetTypeArgument ( this property, object type ) : |
||
ToClassDecleration ( this type ) : |
||
ToClassDecleration ( |
||
ToCodeConstructor ( this constructor ) : |
||
ToCodeReference ( this obj ) : |
||
_ ( this method, string expression ) : |
||
_ ( this statements, string expression ) : |
||
_get ( this property, string expression ) : |
||
_if ( this statements, string expression ) : |
||
_private_ ( this s, object returnType, string fieldName ) : |
||
_protected_ ( this s, object returnType, string fieldName ) : |
||
_protected_override_ ( this s, object returnType, string fieldName ) : |
||
_protected_virtual_ ( this s, object returnType, string fieldName ) : |
||
_public_ ( this s, object returnType, string fieldName ) : |
||
_public_override_ ( this s, object returnType, string fieldName ) : |
||
_public_virtual_ ( this s, object returnType, string fieldName ) : |
||
_set ( this property, string expression ) : |
||
end ( this method ) : |
||
invoke_base ( this m, bool insertAtBeginning = false ) : |
||
private_ ( this s, object propertyType, string propertyName ) : |
||
private_func ( this s, object returnType, string methodName ) : |
||
protected_ ( this s, object returnType, string propertyName ) : |
||
protected_func ( this s, object returnType, string methodName ) : |
||
protected_override_ ( this s, object returnType, string propertyName ) : |
||
protected_override_func ( this s, object returnType, string methodName ) : |
||
protected_virtual_ ( this s, object returnType, string propertyName ) : |
||
protected_virtual_func ( this s, object returnType, string methodName ) : |
||
public_ ( this s, object returnType, string propertyName ) : |
||
public_func ( this s, object returnType, string methodName ) : |
||
public_override_ ( this s, object returnType, string propertyName ) : |
||
public_override_func ( this s, object returnType, string methodName ) : |
||
public_virtual_ ( this s, object returnType, string propertyName ) : |
||
public_virtual_func ( this s, object returnType, string methodName ) : |
public static Add ( this method, string snippet ) : |
||
method | this | |
snippet | string | |
return |
public static AddArgument ( this deleration, System.CodeDom.CodeExpression expression ) : |
||
deleration | this | |
expression | System.CodeDom.CodeExpression | |
return |
public static AddArgument ( this deleration, string format ) : |
||
deleration | this | |
format | string | |
return |
public static AddArgument ( this deleration, string name, System.CodeDom.CodeExpression expression ) : |
||
deleration | this | |
name | string | |
expression | System.CodeDom.CodeExpression | |
return |
public static Base ( this decleration, |
||
decleration | this | |
baseType | ||
return |
public static Base ( this decleration, string baseType ) : |
||
decleration | this | |
baseType | string | |
return |
public static Declare ( this ns, MemberAttributes attributes, string name ) : |
||
ns | this | |
attributes | MemberAttributes | |
name | string | |
return |
public static EncapsulateField ( this field, string name ) : |
||
field | this | |
name | string | |
return |
public static EncapsulateField ( this field, string name, System.CodeDom.CodeExpression lazyValue, System.CodeDom.CodeExpression lazyCondition = null, bool generateSetter = false ) : |
||
field | this | |
name | string | |
lazyValue | System.CodeDom.CodeExpression | |
lazyCondition | System.CodeDom.CodeExpression | |
generateSetter | bool | |
return |
public static EncapsulateField ( this typeDeclaration, |
||
typeDeclaration | this | |
field | ||
name | string | |
lazyValue | System.CodeDom.CodeExpression | |
lazyCondition | System.CodeDom.CodeExpression | |
return |
public static EncapsulatedField ( this decleration, |
||
decleration | this | |
fieldType | ||
name | string | |
propertyName | string | |
lazyValue | System.CodeDom.CodeExpression | |
publicField | bool | |
return |
public static Field ( this decleration, MemberAttributes attributes, |
||
decleration | this | |
attributes | MemberAttributes | |
fieldType | ||
name | string | |
init | System.CodeDom.CodeExpression | |
return |
public static Field ( this decleration, |
||
decleration | this | |
fieldType | ||
name | string | |
init | System.CodeDom.CodeExpression | |
return |
public static GenerateCodeFromMembers ( ) : string | ||
return | string |
public static GenerateCodeFromMembers ( |
||
collection | ||
return | string |
public static MakeStatic ( this type ) : |
||
type | this | |
return |
public static MakeStatic ( this type ) : |
||
type | this | |
return |
public static Method ( this decleration, MemberAttributes attributes, |
||
decleration | this | |
attributes | MemberAttributes | |
returnType | ||
name | string | |
return |
public static MethodFromTypeMethod ( this type, string methodName, |
||
type | this | |
methodName | string | |
methodInfo | ||
callBase | bool | |
return |
public static MethodFromTypeMethod ( this type, string methodName, bool callBase = true ) : |
||
type | this | |
methodName | string | |
callBase | bool | |
return |
public static PropertyFromTypeProperty ( this type, string propertyName, bool callBase = true ) : |
||
type | this | |
propertyName | string | |
callBase | bool | |
return |
public static SetTypeArgument ( this property, object type ) : |
||
property | this | |
type | object | |
return |
public static ToClassDecleration ( this type ) : |
||
type | this | |
return |
public static ToClassDecleration ( |
||
type | ||
classDecleration | ||
return | void |
public static ToCodeConstructor ( this constructor ) : |
||
constructor | this | |
return |
public static ToCodeReference ( this obj ) : |
||
obj | this | |
return |
public static _ ( this method, string expression ) : |
||
method | this | |
expression | string | |
return |
public static _ ( this statements, string expression ) : |
||
statements | this | |
expression | string | |
return |
public static _get ( this property, string expression ) : |
||
property | this | |
expression | string | |
return |
public static _if ( this statements, string expression ) : |
||
statements | this | |
expression | string | |
return |
public static _private_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _protected_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _protected_override_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _protected_virtual_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _public_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _public_override_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _public_virtual_ ( this s, object returnType, string fieldName ) : |
||
s | this | |
returnType | object | |
fieldName | string | |
return |
public static _set ( this property, string expression ) : |
||
property | this | |
expression | string | |
return |
public static end ( this method ) : |
||
method | this | |
return |
public static invoke_base ( this m, bool insertAtBeginning = false ) : |
||
m | this | |
insertAtBeginning | bool | |
return |
public static private_ ( this s, object propertyType, string propertyName ) : |
||
s | this | |
propertyType | object | |
propertyName | string | |
return |
public static private_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |
public static protected_ ( this s, object returnType, string propertyName ) : |
||
s | this | |
returnType | object | |
propertyName | string | |
return |
public static protected_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |
public static protected_override_ ( this s, object returnType, string propertyName ) : |
||
s | this | |
returnType | object | |
propertyName | string | |
return |
public static protected_override_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |
public static protected_virtual_ ( this s, object returnType, string propertyName ) : |
||
s | this | |
returnType | object | |
propertyName | string | |
return |
public static protected_virtual_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |
public static public_ ( this s, object returnType, string propertyName ) : |
||
s | this | |
returnType | object | |
propertyName | string | |
return |
public static public_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |
public static public_override_ ( this s, object returnType, string propertyName ) : |
||
s | this | |
returnType | object | |
propertyName | string | |
return |
public static public_override_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |
public static public_virtual_ ( this s, object returnType, string propertyName ) : |
||
s | this | |
returnType | object | |
propertyName | string | |
return |
public static public_virtual_func ( this s, object returnType, string methodName ) : |
||
s | this | |
returnType | object | |
methodName | string | |
return |