C# 클래스 WixSharp.WixObject

Base class for all Wix# types (entities)
파일 보기 프로젝트 열기: Eun/WixSharp

공개 프로퍼티들

프로퍼티 타입 설명
Name string

보호된 프로퍼티들

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