C# 클래스 FlatRedBall.Glue.CodeGeneration.CodeBuilder.CodeBlockPropertyExtension

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AutoProperty() 공개 정적인 메소드

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

AutoProperty() 공개 정적인 메소드

public static AutoProperty ( this pParent, string pPre, string pName, string pGetPre, string pSetPre ) : ICodeBlock
pParent this
pPre string
pName string
pGetPre string
pSetPre string
리턴 ICodeBlock

Get() 공개 정적인 메소드

public static Get ( this pParent ) : ICodeBlock
pParent this
리턴 ICodeBlock

Get() 공개 정적인 메소드

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

Property() 공개 정적인 메소드

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

Set() 공개 정적인 메소드

public static Set ( this pParent ) : ICodeBlock
pParent this
리턴 ICodeBlock

Set() 공개 정적인 메소드

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