C# Class WixSharp.User

Represents a WixUtilExtension User
Inheritance: WixEntity
Datei anzeigen Open project: Eun/WixSharp

Public Properties

Property 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

Property Type Description

Public Methods

Method 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 method

Emits WiX XML.
public ToXml ( ) : System.Xml.Linq.XContainer[]
return System.Xml.Linq.XContainer[]

User() public method

Creates an instance of User
public User ( ) : System
return System

User() public method

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

User() public method

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.
return System

User() public method

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.
return System

User() public method

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.
return System

User() public method

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.
return System

User() public method

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.
return System

User() public method

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

User() public method

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

Property Details

CanNotChangePassword public_oe property

Maps to the CanNotChangePassword property of User
public bool? CanNotChangePassword
return bool?

CreateUser public_oe property

Maps to the CreateUser property of User
public bool? CreateUser
return bool?

Disabled public_oe property

Maps to the Disabled property of User
public bool? Disabled
return bool?

Domain public_oe property

Maps to the Domain property of User
public string Domain
return string

FailIfExists public_oe property

Maps to the FailIfExists property of User
public bool? FailIfExists
return bool?

Feature public_oe property

the User belongs to.
public Feature,WixSharp Feature
return Feature

LogonAsBatchJob public_oe property

Maps to the LogOnAsBatchJob property of User
public bool? LogonAsBatchJob
return bool?

LogonAsService public_oe property

Maps to the LogOnAsService property of User
public bool? LogonAsService
return bool?

Password public_oe property

Maps to the Password property of User
public string Password
return string

PasswordExpired public_oe property

Maps to the PasswordExpired property of User
public bool? PasswordExpired
return bool?

PasswordNeverExpires public_oe property

Maps to the PasswordNeverExpires property of User
public bool? PasswordNeverExpires
return bool?

RemoveOnUninstall public_oe property

Maps to the RemoveOnUninstall property of User
public bool? RemoveOnUninstall
return bool?

UpdateIfExists public_oe property

Maps to the UpdateIfExists property of User
public bool? UpdateIfExists
return bool?

Vital public_oe property

Maps to the Vital property of User
public bool? Vital
return 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
return bool