Skip to main content

PlanPackageBeginEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanPackageBegin»

Properties

PropertyDescription
CachedGets whether any part of the package is cached.
CacheTypeGets or sets the requested cache type for the package.
CurrentStateGets the current state of the package.
InstallConditionGets the evaluated result of the package's install condition.
PackageIdGets the identity of the package to plan for.
RecommendedCacheTypeThe authored cache type of the package.
RecommendedStateGets the recommended requested state for the package.
RepairConditionGets the evaluated result of the package's repair condition.
StateGets or sets the requested state for the package.

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Cached Property

Gets whether any part of the package is cached.

Declaration

public bool Cached { get; set; } 

CacheType Property

Gets or sets the requested cache type for the package.

Declaration

public BOOTSTRAPPER_CACHE_TYPE CacheType { get; set; } 

CurrentState Property

Gets the current state of the package.

Declaration

public PackageState CurrentState { get; set; } 

InstallCondition Property

Gets the evaluated result of the package's install condition.

Declaration

public BOOTSTRAPPER_PACKAGE_CONDITION_RESULT InstallCondition { get; set; } 

PackageId Property

Gets the identity of the package to plan for.

Declaration

public string PackageId { get; set; } 

RecommendedCacheType Property

The authored cache type of the package.

Declaration

public BOOTSTRAPPER_CACHE_TYPE RecommendedCacheType { get; set; } 

RecommendedState Property

Gets the recommended requested state for the package.

Declaration

public RequestState RecommendedState { get; set; } 

RepairCondition Property

Gets the evaluated result of the package's repair condition.

Declaration

public BOOTSTRAPPER_PACKAGE_CONDITION_RESULT RepairCondition { get; set; } 

State Property

Gets or sets the requested state for the package.

Declaration

public RequestState State { get; set; }