C# Class UIEdit.Controllers.ProjectController

Afficher le fichier Open project: perfectdev/UIEdit Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SafeXml ( string xml ) : string
UnsafeXml ( string xml ) : string

Method Details

GetSourceFileContent() public méthode

public GetSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile ) : string
currentSourceFile UIEdit.Models.SourceFile
Résultat string

SaveSourceFileContent() public méthode

public SaveSourceFileContent ( UIEdit.Models.SourceFile currentSourceFile, string text ) : void
currentSourceFile UIEdit.Models.SourceFile
text string
Résultat void

SetLocationInterfaces() public méthode

public SetLocationInterfaces ( ) : void
Résultat void

SetLocationSurfaces() public méthode

public SetLocationSurfaces ( ) : void
Résultat void