C# Класс GenerateMsBuildTask.ProjectRootElementExtensions

Показать файл Открыть проект

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

Метод Описание
EnsureImportExists ( this project, string importedProject ) : void
EnsureItemExists ( this project, string itemType, string include ) : void
EnsurePropertyExists ( this project, string name, string value ) : void
GetAssemblyName ( this project ) : string
GetOutputFileName ( this project ) : string
GetOutputPath ( this project ) : string
GetOutputType ( this project ) : string
GetProjectId ( this project ) : System.Guid
GetTypeId ( this project ) : System.Guid
SetDefaultPropertyValue ( this project, string name, string value ) : void

Описание методов

EnsureImportExists() публичный статический Метод

public static EnsureImportExists ( this project, string importedProject ) : void
project this
importedProject string
Результат void

EnsureItemExists() публичный статический Метод

public static EnsureItemExists ( this project, string itemType, string include ) : void
project this
itemType string
include string
Результат void

EnsurePropertyExists() публичный статический Метод

public static EnsurePropertyExists ( this project, string name, string value ) : void
project this
name string
value string
Результат void

GetAssemblyName() публичный статический Метод

public static GetAssemblyName ( this project ) : string
project this
Результат string

GetOutputFileName() публичный статический Метод

public static GetOutputFileName ( this project ) : string
project this
Результат string

GetOutputPath() публичный статический Метод

public static GetOutputPath ( this project ) : string
project this
Результат string

GetOutputType() публичный статический Метод

public static GetOutputType ( this project ) : string
project this
Результат string

GetProjectId() публичный статический Метод

public static GetProjectId ( this project ) : System.Guid
project this
Результат System.Guid

GetTypeId() публичный статический Метод

public static GetTypeId ( this project ) : System.Guid
project this
Результат System.Guid

SetDefaultPropertyValue() публичный статический Метод

public static SetDefaultPropertyValue ( this project, string name, string value ) : void
project this
name string
value string
Результат void