BundleFeature Class
Details about a feature that is part of a Bundle’s package.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Attributes | The default remote execution option for the feature. |
| Description | Description of the package. |
| Display | The number in this field specifies the order in which the feature is to be displayed in the user interface. |
The value also determines whether or not the feature is initially displayed expanded or collapsed. If the value is null or 0 (zero), the record is not displayed. If the value is odd, the feature node is expanded initially. If the value is even, the feature node is collapsed initially. || Id | Unique identity of the feature in the package. | | Level | The installation level of this feature. | | PackageId | Unique identity of the package in the chain. | | ParentId | Optional identity of the parent of a feature in the package. | | RequestState | Request state for the feature. | | RequestStateSet | Indicates whether the request state was explicitly set by the BundleUI. | | Size | Size of the files contained in the feature. | | State | Feature state. | | Title | Title of feature in the package. |
FireGiant.BundleApplicationFramework v6.0.1
Attributes Property
Section titled “Attributes Property”The default remote execution option for the feature.
Declaration
Section titled “Declaration”public int Attributes { get; set; }Description Property
Section titled “Description Property”Description of the package.
Declaration
Section titled “Declaration”public string Description { get; set; }Display Property
Section titled “Display Property”The number in this field specifies the order in which the feature is to be displayed in the user interface. The value also determines whether or not the feature is initially displayed expanded or collapsed. If the value is null or 0 (zero), the record is not displayed. If the value is odd, the feature node is expanded initially. If the value is even, the feature node is collapsed initially.
Declaration
Section titled “Declaration”public int Display { get; set; }Id Property
Section titled “Id Property”Unique identity of the feature in the package.
Declaration
Section titled “Declaration”public string Id { get; set; }Level Property
Section titled “Level Property”The installation level of this feature.
Declaration
Section titled “Declaration”public int Level { get; set; }PackageId Property
Section titled “PackageId Property”Unique identity of the package in the chain.
Declaration
Section titled “Declaration”public string PackageId { get; set; }ParentId Property
Section titled “ParentId Property”Optional identity of the parent of a feature in the package.
Declaration
Section titled “Declaration”public string ParentId { get; set; }RequestState Property
Section titled “RequestState Property”Request state for the feature.
Declaration
Section titled “Declaration”public BundleFeatureState RequestState { get; set; }RequestStateSet Property
Section titled “RequestStateSet Property”Indicates whether the request state was explicitly set by the BundleUI.
Declaration
Section titled “Declaration”public bool RequestStateSet { get; set; }Size Property
Section titled “Size Property”Size of the files contained in the feature.
Declaration
Section titled “Declaration”public int Size { get; set; }State Property
Section titled “State Property”Feature state.
Declaration
Section titled “Declaration”public BundleFeatureState State { get; set; }Title Property
Section titled “Title Property”Title of feature in the package.
Declaration
Section titled “Declaration”public string Title { get; set; }