C# Class WixSharp.WebDirProperties

This class defines WebDirProperites WiX element. The class itself has no distinctive behaviour nor schema. It is fully relying on encapsulated T:WixSharp.WixEntity.AttributesDefinition.
Inheritance: WixEntity
Afficher le fichier Open project: Eun/WixSharp

Méthodes publiques

Méthode Description
WebDirProperties ( string attributesDefinition ) : System

Initializes a new instance of the WebDirProperties class.

Method Details

WebDirProperties() public méthode

Initializes a new instance of the WebDirProperties class.
public WebDirProperties ( string attributesDefinition ) : System
attributesDefinition string The attributes definition. This parameter is used to set encapsulated .
Résultat System