Class ComponentContent
Represents a confirmation dialog content.
public class ComponentContent
- Inheritance
-
objectComponentContent
- Extension Methods
Constructors
ComponentContent(string, object)
Creates new instance of ComponentContent.
public ComponentContent(string componentName, object componentConfiguration)
Parameters
componentName
stringcomponentConfiguration
object
Properties
ComponentConfiguration
Represents configuration data of a component.
public object ComponentConfiguration { get; set; }
Property Value
- object
ComponentName
Name of the Front-end component.
public string ComponentName { get; set; }
Property Value
- string