UISetupServerWizardCompData
Inherits from UIComponentData
Summary
Constructors
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
The type information for the UISetupServerWizardCompData type.