Skip to content

BundleFeature Class

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

Properties

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

Attributes Property

The default remote execution option for the feature.

Declaration

public int Attributes { get; set; }

Description Property

Description of the package.

Declaration

public string Description { get; set; }

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

public int Display { get; set; }

Id Property

Unique identity of the feature in the package.

Declaration

public string Id { get; set; }

Level Property

The installation level of this feature.

Declaration

public int Level { get; set; }

PackageId Property

Unique identity of the package in the chain.

Declaration

public string PackageId { get; set; }

ParentId Property

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

Declaration

public string ParentId { get; set; }

RequestState Property

Request state for the feature.

Declaration

public BundleFeatureState RequestState { get; set; }

RequestStateSet Property

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

Declaration

public bool RequestStateSet { get; set; }

Size Property

Size of the files contained in the feature.

Declaration

public int Size { get; set; }

State Property

Feature state.

Declaration

public BundleFeatureState State { get; set; }

Title Property

Title of feature in the package.

Declaration

public string Title { get; set; }