C# 클래스 UIEdit.Controllers.ProjectController

파일 보기 프로젝트 열기: perfectdev/UIEdit 1 사용 예제들

공개 메소드들

메소드 설명
GetSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile ) : string
SaveSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile, string text ) : void
SetLocationInterfaces ( ) : void
SetLocationSurfaces ( ) : void

비공개 메소드들

메소드 설명
SafeXml ( string xml ) : string
UnsafeXml ( string xml ) : string

메소드 상세

GetSourceFileContent() 공개 메소드

public GetSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile ) : string
currentSourceFile UIEdit.Models.SourceFile
리턴 string

SaveSourceFileContent() 공개 메소드

public SaveSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile, string text ) : void
currentSourceFile UIEdit.Models.SourceFile
text string
리턴 void

SetLocationInterfaces() 공개 메소드

public SetLocationInterfaces ( ) : void
리턴 void

SetLocationSurfaces() 공개 메소드

public SetLocationSurfaces ( ) : void
리턴 void