C# Class FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockPropertyExtension

Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

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

Method Details

AutoProperty() public static method

public static AutoProperty ( this pParent, string pPre, string pName ) : ICodeBlock
pParent this
pPre string
pName string
return ICodeBlock

AutoProperty() public static method

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

Get() public static method

public static Get ( this pParent ) : ICodeBlock
pParent this
return ICodeBlock

Get() public static method

public static Get ( this pParent, string pPre ) : ICodeBlock
pParent this
pPre string
return ICodeBlock

Property() public static method

public static Property ( this pParent, string pPre, string pName ) : ICodeBlock
pParent this
pPre string
pName string
return ICodeBlock

Set() public static method

public static Set ( this pParent ) : ICodeBlock
pParent this
return ICodeBlock

Set() public static method

public static Set ( this pParent, string pPre ) : ICodeBlock
pParent this
pPre string
return ICodeBlock