C# 클래스 Invert.Core.GraphDesigner.WithField

상속: TemplateAttribute
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
Modify ( object templateInstance, MemberInfo info, TemplateContext ctx ) : void
WithField ( ) : System
WithField ( Type fieldType ) : System
WithField ( string defaultExpression ) : System

보호된 메소드들

메소드 설명
Apply ( TemplateContext ctx ) : void

비공개 메소드들

메소드 설명
CreateField ( TemplateContext ctx ) : void

메소드 상세

Apply() 보호된 메소드

protected Apply ( TemplateContext ctx ) : void
ctx TemplateContext
리턴 void

Modify() 공개 최종 메소드

public final Modify ( object templateInstance, MemberInfo info, TemplateContext ctx ) : void
templateInstance object
info System.Reflection.MemberInfo
ctx TemplateContext
리턴 void

WithField() 공개 메소드

public WithField ( ) : System
리턴 System

WithField() 공개 메소드

public WithField ( Type fieldType ) : System
fieldType System.Type
리턴 System

WithField() 공개 메소드

public WithField ( string defaultExpression ) : System
defaultExpression string
리턴 System