C# Class WixSharp.User

Represents a WixUtilExtension User
Inheritance: WixEntity
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Свойство Type Description
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

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

ToXml() public méthode

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
Résultat System.Xml.Linq.XContainer[]

User() public méthode

Creates an instance of User
public User ( ) : System
Résultat System

User() public méthode

Creates an instance of User representing name
public User ( Feature feature, string name ) : System
feature Feature The feature.
name string The name.
Résultat System

User() public méthode

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.
Résultat System

User() public méthode

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.
Résultat System

User() public méthode

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.
Résultat System

User() public méthode

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.
Résultat System

User() public méthode

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.
Résultat System

User() public méthode

Creates an instance of User representing name
name;name is a null reference or empty
public User ( string name ) : System
name string The name.
Résultat System

User() public méthode

Creates an instance of User representing name@domain
public User ( string name, string domain ) : System
name string The name.
domain string The domain.
Résultat System

Property Details

CanNotChangePassword public_oe property

Maps to the CanNotChangePassword property of User
public bool? CanNotChangePassword
Résultat bool?

CreateUser public_oe property

Maps to the CreateUser property of User
public bool? CreateUser
Résultat bool?

Disabled public_oe property

Maps to the Disabled property of User
public bool? Disabled
Résultat bool?

Domain public_oe property

Maps to the Domain property of User
public string Domain
Résultat string

FailIfExists public_oe property

Maps to the FailIfExists property of User
public bool? FailIfExists
Résultat bool?

Feature public_oe property

the User belongs to.
public Feature,WixSharp Feature
Résultat Feature

LogonAsBatchJob public_oe property

Maps to the LogOnAsBatchJob property of User
public bool? LogonAsBatchJob
Résultat bool?

LogonAsService public_oe property

Maps to the LogOnAsService property of User
public bool? LogonAsService
Résultat bool?

Password public_oe property

Maps to the Password property of User
public string Password
Résultat string

PasswordExpired public_oe property

Maps to the PasswordExpired property of User
public bool? PasswordExpired
Résultat bool?

PasswordNeverExpires public_oe property

Maps to the PasswordNeverExpires property of User
public bool? PasswordNeverExpires
Résultat bool?

RemoveOnUninstall public_oe property

Maps to the RemoveOnUninstall property of User
public bool? RemoveOnUninstall
Résultat bool?

UpdateIfExists public_oe property

Maps to the UpdateIfExists property of User
public bool? UpdateIfExists
Résultat bool?

Vital public_oe property

Maps to the Vital property of User
public bool? Vital
Résultat bool?

WixIncludeInComponent public_oe property

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
Résultat bool