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
Static members
typeInfo
The type information for the CellDetailSelectionRule type.