DynamicBeginDialogDeserializer class
Internal serializer for DynamicBeginDialog
which bind the x.dialog resourceId to the DynamicBeginDialog.dialog property.
Constructors
Dynamic |
Intializes an instance of |
Methods
load(Begin |
The method that loads the configuration object to a |
Constructor Details
DynamicBeginDialogDeserializer(ResourceExplorer, string)
Intializes an instance of DynamicBeginDialogDeserializer
.
new DynamicBeginDialogDeserializer(_resourceExplorer: ResourceExplorer, _resourceId: string)
Parameters
- _resourceExplorer
-
ResourceExplorer
The ResourceExplorer
used by the deserializer.
- _resourceId
-
string
The resource id of the dynamic dialog.
Method Details
load(BeginDialogConfiguration, { })
The method that loads the configuration object to a DynamicBeginDialog
object.
function load(config: BeginDialogConfiguration, type: { }): DynamicBeginDialog
Parameters
- config
- BeginDialogConfiguration
The configuration object to deserialize.
- type
-
{ }
The object type that the configuration will be deserialized to.
Returns
A DynamicBeginDialog
object created from the configuration.