Class SkuDependantUserControl
Inheritance
System.Object
SkuDependantUserControl
Namespace: ArtOfTest.Common.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SkuDependantUserControl : UserControl, IWeakEventListener, IDisposable
Constructors
SkuDependantUserControl()
Declaration
public SkuDependantUserControl()
SkuDependantUserControl(Boolean)
Declaration
public SkuDependantUserControl(bool registerForSkuChange)
Parameters
System.Boolean
registerForSkuChange
|
SkuDependantUserControl(Boolean, Boolean)
Declaration
public SkuDependantUserControl(bool registerForSkuChange, bool useVisibility)
Parameters
System.Boolean
registerForSkuChange
|
System.Boolean
useVisibility
|
Properties
IsSkuSupported
Declaration
public bool IsSkuSupported { get; }
Property Value
System.Boolean
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
ReceiveWeakEvent(Type, Object, EventArgs)
Declaration
public bool ReceiveWeakEvent(Type managerType, object sender, EventArgs e)
Parameters
System.Type
managerType
|
System.Object
sender
|
System.EventArgs
e
|
Returns
System.Boolean
|
RegisterForSkuChanged()
Declaration
protected virtual void RegisterForSkuChanged()
UnRegisterForSkuChanged()
Declaration
protected virtual void UnRegisterForSkuChanged()