Class FormBuilderBindingContext
Class represents information to perform form component values binding.
public class FormBuilderBindingContext
- Inheritance
-
objectFormBuilderBindingContext
- Extension Methods
Properties
BizFormInfo
Form info of components being bound.
public BizFormInfo BizFormInfo { get; set; }
Property Value
Contact
Gets or sets the current contact.
public ContactInfo Contact { get; set; }
Property Value
ExistingItem
Gets or sets filter used during model binding.
public BizFormItem ExistingItem { get; set; }
Property Value
Prefix
Prefix of the keys in the form collection. Value without trailing dot is expected. If null, no prefix is assumed.
public string Prefix { get; set; }
Property Value
- string