PlanPackageBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanPackageBegin»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Cached | Gets whether any part of the package is cached. |
| CacheType | Gets or sets the requested cache type for the package. |
| CurrentState | Gets the current state of the package. |
| InstallCondition | Gets the evaluated result of the package’s install condition. |
| PackageId | Gets the identity of the package to plan for. |
| RecommendedCacheType | The authored cache type of the package. |
| RecommendedState | Gets the recommended requested state for the package. |
| RepairCondition | Gets the evaluated result of the package’s repair condition. |
| State | Gets or sets the requested state for the package. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Cached Property
Section titled “Cached Property”Gets whether any part of the package is cached.
Declaration
Section titled “Declaration”public bool Cached { get; set; }CacheType Property
Section titled “CacheType Property”Gets or sets the requested cache type for the package.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_CACHE_TYPE CacheType { get; set; }CurrentState Property
Section titled “CurrentState Property”Gets the current state of the package.
Declaration
Section titled “Declaration”public PackageState CurrentState { get; set; }InstallCondition Property
Section titled “InstallCondition Property”Gets the evaluated result of the package’s install condition.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_PACKAGE_CONDITION_RESULT InstallCondition { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package to plan for.
Declaration
Section titled “Declaration”public string PackageId { get; set; }RecommendedCacheType Property
Section titled “RecommendedCacheType Property”The authored cache type of the package.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_CACHE_TYPE RecommendedCacheType { get; set; }RecommendedState Property
Section titled “RecommendedState Property”Gets the recommended requested state for the package.
Declaration
Section titled “Declaration”public RequestState RecommendedState { get; set; }RepairCondition Property
Section titled “RepairCondition Property”Gets the evaluated result of the package’s repair condition.
Declaration
Section titled “Declaration”public BOOTSTRAPPER_PACKAGE_CONDITION_RESULT RepairCondition { get; set; }State Property
Section titled “State Property”Gets or sets the requested state for the package.
Declaration
Section titled “Declaration”public RequestState State { get; set; }