C# 클래스 ICSharpCode.Core.Codon

Represents a node in the add in tree that can produce an item.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
BuildItem ( object owner, ArrayList subItems ) : object
Codon ( AddIn addIn, string name, Properties properties, ICondition conditions ) : System
GetFailedAction ( object caller ) : ConditionFailedAction
ToString ( ) : string
this ( string key ) : string

메소드 상세

BuildItem() 공개 메소드

public BuildItem ( object owner, ArrayList subItems ) : object
owner object
subItems System.Collections.ArrayList
리턴 object

Codon() 공개 메소드

public Codon ( AddIn addIn, string name, Properties properties, ICondition conditions ) : System
addIn AddIn
name string
properties Properties
conditions ICondition
리턴 System

GetFailedAction() 공개 메소드

public GetFailedAction ( object caller ) : ConditionFailedAction
caller object
리턴 ConditionFailedAction

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string