C# Класс WixSharp.User

Represents a WixUtilExtension User
Наследование: WixEntity
Показать файл Открыть проект

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

Свойство Тип Описание
CanNotChangePassword bool?
CreateUser bool?
Disabled bool?
Domain string
FailIfExists bool?
Feature Feature
LogonAsBatchJob bool?
LogonAsService bool?
Password string
PasswordExpired bool?
PasswordNeverExpires bool?
RemoveOnUninstall bool?
UpdateIfExists bool?
Vital bool?
WixIncludeInComponent bool

Private Properties

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

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

Метод Описание
ToXml ( ) : System.Xml.Linq.XContainer[]

Emits WiX XML.

User ( ) : System

Creates an instance of User

User ( Feature feature, string name ) : System

Creates an instance of User representing name

User ( Feature feature, string name, string domain ) : System

Creates an instance of User representing name@domain

User ( Id id, Feature feature, string name ) : System

Creates an instance of User representing name

User ( Id id, Feature feature, string name, string domain ) : System

Creates an instance of User representing name@domain

User ( Id id, string name ) : System

Creates an instance of User representing name

User ( Id id, string name, string domain ) : System

Creates an instance of User representing name@domain

User ( string name ) : System

Creates an instance of User representing name

User ( string name, string domain ) : System

Creates an instance of User representing name@domain

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

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

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
Результат System.Xml.Linq.XContainer[]

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

Creates an instance of User
public User ( ) : System
Результат System

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

Creates an instance of User representing name
public User ( Feature feature, string name ) : System
feature Feature The feature.
name string The name.
Результат System

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

Creates an instance of User representing name@domain
public User ( Feature feature, string name, string domain ) : System
feature Feature The feature.
name string The name.
domain string The domain.
Результат System

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

Creates an instance of User representing name
public User ( Id id, Feature feature, string name ) : System
id Id The identifier.
feature Feature The feature.
name string The name.
Результат System

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

Creates an instance of User representing name@domain
public User ( Id id, Feature feature, string name, string domain ) : System
id Id The identifier.
feature Feature The feature.
name string The name.
domain string The domain.
Результат System

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

Creates an instance of User representing name
name;name is a null reference or empty
public User ( Id id, string name ) : System
id Id The identifier.
name string The name.
Результат System

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

Creates an instance of User representing name@domain
public User ( Id id, string name, string domain ) : System
id Id The identifier.
name string The name.
domain string The domain.
Результат System

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

Creates an instance of User representing name
name;name is a null reference or empty
public User ( string name ) : System
name string The name.
Результат System

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

Creates an instance of User representing name@domain
public User ( string name, string domain ) : System
name string The name.
domain string The domain.
Результат System

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

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

Maps to the CanNotChangePassword property of User
public bool? CanNotChangePassword
Результат bool?

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

Maps to the CreateUser property of User
public bool? CreateUser
Результат bool?

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

Maps to the Disabled property of User
public bool? Disabled
Результат bool?

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

Maps to the Domain property of User
public string Domain
Результат string

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

Maps to the FailIfExists property of User
public bool? FailIfExists
Результат bool?

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

the User belongs to.
public Feature,WixSharp Feature
Результат Feature

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

Maps to the LogOnAsBatchJob property of User
public bool? LogonAsBatchJob
Результат bool?

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

Maps to the LogOnAsService property of User
public bool? LogonAsService
Результат bool?

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

Maps to the Password property of User
public string Password
Результат string

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

Maps to the PasswordExpired property of User
public bool? PasswordExpired
Результат bool?

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

Maps to the PasswordNeverExpires property of User
public bool? PasswordNeverExpires
Результат bool?

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

Maps to the RemoveOnUninstall property of User
public bool? RemoveOnUninstall
Результат bool?

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

Maps to the UpdateIfExists property of User
public bool? UpdateIfExists
Результат bool?

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

Maps to the Vital property of User
public bool? Vital
Результат bool?

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

Requests that the User element is included inside a Component element - allowing the User to be installed. If any of the following properties are assigned (non-null), this property is ignored during compilation and assumed to be true: CanNotChangePassword CreateUser Disabled FailIfExists LogonAsBatchJob LogonAsService PasswordExpired PasswordNeverExpires RemoveOnUninstall UpdateIfExists Vital
public bool WixIncludeInComponent
Результат bool