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.6+73c897383236ddbbbc6ba257634013c1269ceec2
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; }