C# 클래스 ICSharpCode.Core.LazyLoadDoozer

This doozer lazy-loads another doozer when it has to build an item. It is used internally to wrap doozers specified in addins.
상속: IDoozer
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
BuildItem ( object caller, Codon codon, ArrayList subItems ) : object
LazyLoadDoozer ( AddIn addIn, Properties properties ) : System
ToString ( ) : string

메소드 상세

BuildItem() 공개 메소드

public BuildItem ( object caller, Codon codon, ArrayList subItems ) : object
caller object
codon Codon
subItems System.Collections.ArrayList
리턴 object

LazyLoadDoozer() 공개 메소드

public LazyLoadDoozer ( AddIn addIn, Properties properties ) : System
addIn AddIn
properties Properties
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string