C# Class WixSharp.WixObject

Base class for all Wix# types (entities)
ファイルを表示 Open project: Eun/WixSharp

Public Properties

Property Type Description
Name string

Protected Properties

Property Type Description
id string

Public Methods

Method Description
ResetIdGenerator ( ) : void

Resets the Id generator. This method is exercised by the Wix# compiler before any Build operations to ensure reproducibility of the Ids set between Build() calls.

Method Details

ResetIdGenerator() public static method

Resets the Id generator. This method is exercised by the Wix# compiler before any Build operations to ensure reproducibility of the Ids set between Build() calls.
public static ResetIdGenerator ( ) : void
return void

Property Details

Name public_oe property

Name of the WixObject.

This value is used as a Name for the corresponding WiX XML element.

public string Name
return string

id protected_oe property

Backing value of Id.
protected string id
return string