C# Класс SIM.Pipelines.Install.InstallArgs

Наследование: SIM.Pipelines.Processors.ProcessorArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ForceNetFramework4 bool
InstallDictionaries bool
InstallRadControls bool
Is32Bit bool
IsClassic bool

Private Properties

Свойство Тип Описание

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

Метод Описание
InstallArgs ( [ name, [ host, [ product, [ webRootPath, [ dataFolderPath, [ databasesFolderPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ rootPath, [ modules ) : System.Collections.Generic
InstallArgs ( [ name, [ host, [ product, [ rootPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ modules ) : System.Collections.Generic

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

InstallArgs() публичный Метод

public InstallArgs ( [ name, [ host, [ product, [ webRootPath, [ dataFolderPath, [ databasesFolderPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ rootPath, [ modules ) : System.Collections.Generic
name [
host [
product [
webRootPath [
dataFolderPath [
databasesFolderPath [
connectionString [
sqlServerIdentity [
webServerIdentity [
license [
forceNetFramework4 bool
is32Bit bool
isClassic bool
installRadControls bool
installDictionaries bool
serverSideRedirect bool
increaseExecutionTimeout bool
rootPath [
modules [
Результат System.Collections.Generic

InstallArgs() публичный Метод

public InstallArgs ( [ name, [ host, [ product, [ rootPath, [ connectionString, [ sqlServerIdentity, [ webServerIdentity, [ license, bool forceNetFramework4, bool is32Bit, bool isClassic, bool installRadControls, bool installDictionaries, bool serverSideRedirect, bool increaseExecutionTimeout, [ modules ) : System.Collections.Generic
name [
host [
product [
rootPath [
connectionString [
sqlServerIdentity [
webServerIdentity [
license [
forceNetFramework4 bool
is32Bit bool
isClassic bool
installRadControls bool
installDictionaries bool
serverSideRedirect bool
increaseExecutionTimeout bool
modules [
Результат System.Collections.Generic

Описание свойств

ForceNetFramework4 публичное свойство

public bool ForceNetFramework4
Результат bool

InstallDictionaries публичное свойство

public bool InstallDictionaries
Результат bool

InstallRadControls публичное свойство

public bool InstallRadControls
Результат bool

Is32Bit публичное свойство

public bool Is32Bit
Результат bool

IsClassic публичное свойство

public bool IsClassic
Результат bool