Class PlainView
Inherited Members
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class PlainView : ViewBase, IView, ILayout, IHasSchema
Constructors
PlainView()
Declaration
public PlainView()
Properties
SoProtocol
Declaration
public override string SoProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Overrides
Methods
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
| Type | Name | Description |
|---|---|---|
| XmlNode | config | |
| String | id |
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | e |