Property | Type | Description | |
---|---|---|---|
AllowChange | bool | ||
Children | List |
||
Condition | |||
ConfigurableDir | string | ||
Description | string | ||
IsEnabled | bool |
Method | Description | |
---|---|---|
Add ( ) : |
Adds the specified nested features.
|
|
Feature ( ) : System.Collections.Generic |
Initializes a new instance of the Feature class.
|
|
Feature ( string name ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, bool isEnabled ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, bool isEnabled, bool allowChange ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, string description ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, string description, bool isEnabled ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, string description, bool isEnabled, bool allowChange ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, string description, bool isEnabled, bool allowChange, string configurableDir ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
Feature ( string name, string description, string configurableDir ) : System.Collections.Generic |
Initializes a new instance of the Feature class with properties/fields initialized with specified parameters.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
ToXml ( ) : System.Xml.Linq.XElement |
public Feature ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Feature ( string name ) : System.Collections.Generic | ||
name | string | The feature name. |
return | System.Collections.Generic |
public Feature ( string name, bool isEnabled ) : System.Collections.Generic | ||
name | string | The feature name. |
isEnabled | bool | Defines if the |
return | System.Collections.Generic |
public Feature ( string name, bool isEnabled, bool allowChange ) : System.Collections.Generic | ||
name | string | The feature name. |
isEnabled | bool | Defines if the |
allowChange | bool | Defines if setup allows the user interface to display an option to change the |
return | System.Collections.Generic |
public Feature ( string name, string description ) : System.Collections.Generic | ||
name | string | The feature name. |
description | string | The feature description. |
return | System.Collections.Generic |
public Feature ( string name, string description, bool isEnabled ) : System.Collections.Generic | ||
name | string | The feature name. |
description | string | The feature description. |
isEnabled | bool | Defines if the |
return | System.Collections.Generic |
public Feature ( string name, string description, bool isEnabled, bool allowChange ) : System.Collections.Generic | ||
name | string | The feature name. |
description | string | The feature description. |
isEnabled | bool | Defines if the |
allowChange | bool | Defines if setup allows the user interface to display an option to change the |
return | System.Collections.Generic |
public Feature ( string name, string description, bool isEnabled, bool allowChange, string configurableDir ) : System.Collections.Generic | ||
name | string | The feature name. |
description | string | The feature description. |
isEnabled | bool | Defines if the |
allowChange | bool | Defines if setup allows the user interface to display an option to change the |
configurableDir | string | The default path of the feature |
return | System.Collections.Generic |
public Feature ( string name, string description, string configurableDir ) : System.Collections.Generic | ||
name | string | The feature name. |
description | string | The feature description. |
configurableDir | string | The default path of the feature |
return | System.Collections.Generic |