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

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

공개 메소드들

메소드 설명
GetPropertySheetSource ( ) : string
ImportFile ( string filename ) : void
ImportText ( string propertySheetText, string originalFilename ) : void
ParseFile ( string filename ) : void
ParseText ( string propertySheetText, string originalFilename ) : void
SaveFile ( string filename = null ) : void

비공개 메소드들

메소드 설명
PropertySheet ( ) : System
PropertySheet ( RootPropertySheet root ) : System

메소드 상세

GetPropertySheetSource() 공개 메소드

public GetPropertySheetSource ( ) : string
리턴 string

ImportFile() 공개 메소드

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

ImportText() 공개 메소드

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

ParseFile() 공개 메소드

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

ParseText() 공개 메소드

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

SaveFile() 공개 메소드

public SaveFile ( string filename = null ) : void
filename string
리턴 void