C# Класс WixSharp.WixObject

Base class for all Wix# types (entities)
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Name string

Защищенные свойства (Protected)

Свойство Тип Описание
id string

Открытые методы

Метод Описание
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.

Описание методов

ResetIdGenerator() публичный статический Метод

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
Результат void

Описание свойств

Name публичное свойство

Name of the WixObject.

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

public string Name
Результат string

id защищенное свойство

Backing value of Id.
protected string id
Результат string