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#.

파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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