Class FormComponentConfiguration
Represents the configuration of a form component within a ZoneConfiguration instance.
[DataContract(Namespace = "", Name = "FormComponent")]
public sealed class FormComponentConfiguration
- Inheritance
-
objectFormComponentConfiguration
- Extension Methods
Properties
Identifier
Gets the identifier of the form component instance.
[DataMember]
[JsonProperty("identifier")]
public Guid Identifier { get; }
Property Value
- Guid
Properties
Gets or sets the form component properties.
[DataMember]
[JsonProperty("properties")]
public FormComponentProperties Properties { get; set; }
Property Value
TypeIdentifier
Gets or sets the identifier of the form component definition.
[DataMember]
[JsonProperty("type")]
public string TypeIdentifier { get; set; }
Property Value
- string