C# Класс UIEdit.Controllers.ProjectController

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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