Method | Description | |
---|---|---|
AutoProperty ( this pParent, string pPre, string pName ) : ICodeBlock | ||
AutoProperty ( this pParent, string pPre, string pName, string pGetPre, string pSetPre ) : ICodeBlock | ||
Get ( this pParent ) : ICodeBlock | ||
Get ( this pParent, string pPre ) : ICodeBlock | ||
Property ( this pParent, string pPre, string pName ) : ICodeBlock | ||
Set ( this pParent ) : ICodeBlock | ||
Set ( this pParent, string pPre ) : ICodeBlock |
Method | Description | |
---|---|---|
AutoProperty ( this pCodeBlock, string pName, bool Public = false, bool Private = false, bool Protected = false, bool Internal = false, bool ProtectedInternal = false, bool Static = false, bool Override = false, bool Virtual = false, string Type = null ) : ICodeBlock | ||
Property ( this pCodeBlock, string pName, bool Public = false, bool Private = false, bool Protected = false, bool Internal = false, bool ProtectedInternal = false, bool Static = false, bool Override = false, bool Virtual = false, string Type = null ) : ICodeBlock |
public static AutoProperty ( this pParent, string pPre, string pName ) : ICodeBlock | ||
pParent | this | |
pPre | string | |
pName | string | |
return | ICodeBlock |
public static AutoProperty ( this pParent, string pPre, string pName, string pGetPre, string pSetPre ) : ICodeBlock | ||
pParent | this | |
pPre | string | |
pName | string | |
pGetPre | string | |
pSetPre | string | |
return | ICodeBlock |
public static Get ( this pParent ) : ICodeBlock | ||
pParent | this | |
return | ICodeBlock |
public static Get ( this pParent, string pPre ) : ICodeBlock | ||
pParent | this | |
pPre | string | |
return | ICodeBlock |
public static Property ( this pParent, string pPre, string pName ) : ICodeBlock | ||
pParent | this | |
pPre | string | |
pName | string | |
return | ICodeBlock |
public static Set ( this pParent ) : ICodeBlock | ||
pParent | this | |
return | ICodeBlock |
public static Set ( this pParent, string pPre ) : ICodeBlock | ||
pParent | this | |
pPre | string | |
return | ICodeBlock |