C# 클래스 ClrPlus.Scripting.Languages.PropertySheetV3.RootPropertySheet

상속: PropertySheet
파일 보기 프로젝트 열기: perpetual-motion/clrplus 1 사용 예제들

공개 메소드들

메소드 설명
AddChildRoutes ( IEnumerable routes ) : void
AddMacro ( string name, string value ) : void
CopyToModel ( ) : void
ImportFile ( string filename ) : void
ImportText ( string propertySheetText, string originalFilename ) : void
ParseText ( string propertySheetText, string originalFilename ) : void
RootPropertySheet ( ) : System
RootPropertySheet ( Route backingObjectAccessor ) : System
RootPropertySheet ( object backingObject ) : System

메소드 상세

AddChildRoutes() 공개 메소드

public AddChildRoutes ( IEnumerable routes ) : void
routes IEnumerable
리턴 void

AddMacro() 공개 메소드

public AddMacro ( string name, string value ) : void
name string
value string
리턴 void

CopyToModel() 공개 메소드

public CopyToModel ( ) : void
리턴 void

ImportFile() 공개 메소드

public ImportFile ( string filename ) : void
filename string
리턴 void

ImportText() 공개 메소드

public ImportText ( string propertySheetText, string originalFilename ) : void
propertySheetText string
originalFilename string
리턴 void

ParseText() 공개 메소드

public ParseText ( string propertySheetText, string originalFilename ) : void
propertySheetText string
originalFilename string
리턴 void

RootPropertySheet() 공개 메소드

public RootPropertySheet ( ) : System
리턴 System

RootPropertySheet() 공개 메소드

public RootPropertySheet ( Route backingObjectAccessor ) : System
backingObjectAccessor Route
리턴 System

RootPropertySheet() 공개 메소드

public RootPropertySheet ( object backingObject ) : System
backingObject object
리턴 System