C# Class UIEdit.Controllers.ProjectController

Show file Open project: perfectdev/UIEdit Class Usage Examples

Public Methods

Method Description
GetSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile ) : string
SaveSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile, string text ) : void
SetLocationInterfaces ( ) : void
SetLocationSurfaces ( ) : void

Private Methods

Method Description
SafeXml ( string xml ) : string
UnsafeXml ( string xml ) : string

Method Details

GetSourceFileContent() public method

public GetSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile ) : string
currentSourceFile UIEdit.Models.SourceFile
return string

SaveSourceFileContent() public method

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

SetLocationInterfaces() public method

public SetLocationInterfaces ( ) : void
return void

SetLocationSurfaces() public method

public SetLocationSurfaces ( ) : void
return void