Class ControlRestorationInfo
Inheritance
System.Object
ControlRestorationInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Website.Controls.Adapters
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0Syntax
public class ControlRestorationInfo
Constructors
ControlRestorationInfo(Control, ControlCollection)
Declaration
public ControlRestorationInfo(Control ctrl, ControlCollection coll)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.Control | ctrl | |
System.Web.UI.ControlCollection | coll |
Properties
Collection
Declaration
public ControlCollection Collection { get; }
Property Value
Type | Description |
---|---|
System.Web.UI.ControlCollection |
Control
Declaration
public Control Control { get; }
Property Value
Type | Description |
---|---|
System.Web.UI.Control |
IsValid
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Restore()
Declaration
public void Restore()