CellDetailSelectionRule

Inherits from PackagingRule

Summary

Constructors

CellDetailSelectionRule()
CellDetailSelectionRule(guid: Guid)
CellDetailSelectionRule(other: PackagingRule)
CellDetailSelectionRule(other: Asset)
CellDetailSelectionRule(other: DataContainer)

Properties

Name Type
detail PackagingDetailLevel

Static members

Name Type
CellDetailSelectionRule.typeInfo TypeInformation

Constructors

CellDetailSelectionRule

CellDetailSelectionRule()

Creates a new CellDetailSelectionRule frostbite instance.

CellDetailSelectionRule

CellDetailSelectionRule(guid: Guid)

Creates a new CellDetailSelectionRule frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

CellDetailSelectionRule

CellDetailSelectionRule(other: PackagingRule)

Casts an instance of type PackagingRule to CellDetailSelectionRule. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PackagingRule The instance to cast to CellDetailSelectionRule.

CellDetailSelectionRule

CellDetailSelectionRule(other: Asset)

Casts an instance of type Asset to CellDetailSelectionRule. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to CellDetailSelectionRule.

CellDetailSelectionRule

CellDetailSelectionRule(other: DataContainer)

Casts an instance of type DataContainer to CellDetailSelectionRule. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to CellDetailSelectionRule.

Properties

detail

PackagingDetailLevel

Static members

typeInfo

TypeInformation

The type information for the CellDetailSelectionRule type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)