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
Show file Open project: Eun/WixSharp

Public Methods

Method Description
WebDirProperties ( string attributesDefinition ) : System

Initializes a new instance of the WebDirProperties class.

Method Details

WebDirProperties() public method

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