Table of Contents

Class Details

Namespace
InSite.UI.Admin.Sales.Packages.Controls
Assembly
InSite.UI.dll
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

CheckBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PackageImage

PackageImage control.

protected Literal PackageImage

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PackageImageUpload

PackageImageUpload control.

protected FileUploadV2 PackageImageUpload

Field Value

FileUploadV2

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProductDescription

ProductDescription control.

protected TextBox ProductDescription

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProductName

ProductName control.

protected TextBox ProductName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProductPrice

ProductPrice control.

protected NumericBox ProductPrice

Field Value

NumericBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProductQuantity

ProductQuantity control.

protected NumericBox ProductQuantity

Field Value

NumericBox

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

entity TProduct

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetInputValues(TProduct)

public void SetInputValues(TProduct entity)

Parameters

entity TProduct