PlanPackageBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanPackageBegin»
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 {#cached}
Gets whether any part of the package is cached.
Declaration
public bool Cached { get; set; }
CacheType Property {#cachetype}
Gets or sets the requested cache type for the package.
Declaration
public BOOTSTRAPPER_CACHE_TYPE CacheType { get; set; }
CurrentState Property {#currentstate}
Gets the current state of the package.
Declaration
public PackageState CurrentState { get; set; }
InstallCondition Property {#installcondition}
Gets the evaluated result of the package’s install condition.
Declaration
public BOOTSTRAPPER_PACKAGE_CONDITION_RESULT InstallCondition { get; set; }
PackageId Property {#packageid}
Gets the identity of the package to plan for.
Declaration
public string PackageId { get; set; }
RecommendedCacheType Property {#recommendedcachetype}
The authored cache type of the package.
Declaration
public BOOTSTRAPPER_CACHE_TYPE RecommendedCacheType { get; set; }
RecommendedState Property {#recommendedstate}
Gets the recommended requested state for the package.
Declaration
public RequestState RecommendedState { get; set; }
RepairCondition Property {#repaircondition}
Gets the evaluated result of the package’s repair condition.
Declaration
public BOOTSTRAPPER_PACKAGE_CONDITION_RESULT RepairCondition { get; set; }
State Property {#state}
Gets or sets the requested state for the package.
Declaration
public RequestState State { get; set; }