Skip to content

BundleFeature Class

Details about a feature that is part of a Bundle’s package.

PropertyDescription
AttributesThe default remote execution option for the feature.
DescriptionDescription of the package.
DisplayThe 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

The default remote execution option for the feature.

public int Attributes { get; set; }

Description of the package.

public string Description { get; set; }

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.

public int Display { get; set; }

Unique identity of the feature in the package.

public string Id { get; set; }

The installation level of this feature.

public int Level { get; set; }

Unique identity of the package in the chain.

public string PackageId { get; set; }

Optional identity of the parent of a feature in the package.

public string ParentId { get; set; }

Request state for the feature.

public BundleFeatureState RequestState { get; set; }

Indicates whether the request state was explicitly set by the BundleUI.

public bool RequestStateSet { get; set; }

Size of the files contained in the feature.

public int Size { get; set; }

Feature state.

public BundleFeatureState State { get; set; }

Title of feature in the package.

public string Title { get; set; }