Class Details
public class Details : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
Details
- Implements
- Inherited Members
Constructors
Details()
public Details()
Fields
IsTaxable
IsTaxable control.
protected CheckBox IsTaxable
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PackageImage
PackageImage control.
protected Literal PackageImage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PackageImageUpload
PackageImageUpload control.
protected FileUploadV2 PackageImageUpload
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProductDescription
ProductDescription control.
protected TextBox ProductDescription
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProductName
ProductName control.
protected TextBox ProductName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProductPrice
ProductPrice control.
protected NumericBox ProductPrice
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProductQuantity
ProductQuantity control.
protected NumericBox ProductQuantity
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
GetInputValues(TProduct)
public void GetInputValues(TProduct entity)
Parameters
entityTProduct
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetInputValues(TProduct)
public void SetInputValues(TProduct entity)
Parameters
entityTProduct