C# Class Invert.Core.GraphDesigner.WithLazyField

Inheritance: WithField
Show file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
WithLazyField ( ) : System
WithLazyField ( Type fieldType ) : System
WithLazyField ( Type fieldType, bool readOnly = false ) : System

Protected Methods

Method Description
Apply ( TemplateContext ctx ) : void

Method Details

Apply() protected method

protected Apply ( TemplateContext ctx ) : void
ctx TemplateContext
return void

WithLazyField() public method

public WithLazyField ( ) : System
return System

WithLazyField() public method

public WithLazyField ( Type fieldType ) : System
fieldType System.Type
return System

WithLazyField() public method

public WithLazyField ( Type fieldType, bool readOnly = false ) : System
fieldType System.Type
readOnly bool
return System