C# Класс WixSharp.Id

The unique string identifier of the Wix# project item. The Id is automatically generated by Wix# engine during the MSI build unless it is explicitly specified by a project item constructor parameter.

Id is used to "stamp" every XML element of the WiX source file produced by Wix#.

Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

Id ( string value )

Initializes a new instance of the Id class and assigns the constructor parameter specified to Id.Value .

ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Implements the operator !=.

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

Equals() публичный Метод

Determines whether the specified System.Object is equal to this instance.
The parameter is null.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

Id() публичный Метод

Initializes a new instance of the Id class and assigns the constructor parameter specified to Id.Value .
public Id ( string value )
value string The string Id value.

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

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

Implements the operator !=.
public static operator ( ) : bool
Результат bool

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

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

The string Id value.
public string Value
Результат string