Class BizFormComponentContext
Context for form components being rendered as a representation of a biz form.
public class BizFormComponentContext : FormComponentContext
- Inheritance
-
objectBizFormComponentContext
- Inherited Members
- Extension Methods
Fields
SaveBizFormItem
An event raised upon saving the corresponding BizFormItem. The before and after phases can be used to perform additional actions when saving the item.
public readonly SaveBizFormItemHandler SaveBizFormItem
Field Value
Properties
FormInfo
Gets or sets the biz form.
public BizFormInfo FormInfo { get; set; }
Property Value
Methods
CopyTo(BizFormComponentContext)
Copies values of this object into targetObject
.
Does not copy SaveBizFormItem event handlers.
public void CopyTo(BizFormComponentContext targetObject)
Parameters
targetObject
BizFormComponentContext