UISetupServerWizardCompData

Inherits from UIComponentData

Summary

Constructors

UISetupServerWizardCompData()
UISetupServerWizardCompData(guid: Guid)
UISetupServerWizardCompData(other: UIComponentData)
UISetupServerWizardCompData(other: Asset)
UISetupServerWizardCompData(other: DataContainer)

Properties

Name Type
passwdMinLen int

Static members

Name Type
UISetupServerWizardCompData.typeInfo TypeInformation

Constructors

UISetupServerWizardCompData

UISetupServerWizardCompData()

Creates a new UISetupServerWizardCompData frostbite instance.

UISetupServerWizardCompData

UISetupServerWizardCompData(guid: Guid)

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

Parameters

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

UISetupServerWizardCompData

UISetupServerWizardCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UISetupServerWizardCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UISetupServerWizardCompData.

UISetupServerWizardCompData

UISetupServerWizardCompData(other: Asset)

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

Parameters

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

UISetupServerWizardCompData

UISetupServerWizardCompData(other: DataContainer)

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

Parameters

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

Properties

passwdMinLen

int

Static members

typeInfo

TypeInformation

The type information for the UISetupServerWizardCompData type.

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