Show / Hide Table of Contents

Class SoWwwPhone

Inheritance
Object
ControlBase
SoWwwPhone
Implements
IControl
ILayout
IHasSchema
INamingContainer
Inherited Members
ControlBase.GetSafeId(String)
ControlBase.RegisterSoIdAttribute(AttributeCollection)
ControlBase.RegisterSoIdAttribute(AttributeCollection, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String)
ControlBase.RegisterSoIdAttribute(HtmlTextWriter, String, Boolean)
ControlBase.SetVisibility(CssStyleCollection)
ControlBase.SetVisibility(HtmlTextWriter)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.AssignProperty(XmlNode, PropertyInfo)
ControlBase.SetReadOnly(Boolean)
ControlBase.BeforeDataBind()
ControlBase.Validate()
ControlBase.OnGetStringValue(Type, Object, String)
ControlBase.OnGetTypedValue(Type, String, Object)
ControlBase.ID
ControlBase.ClientID
ControlBase.LabelContainer
ControlBase.MenuClientID
ControlBase.MenuObject
ControlBase.AjaxHelper
ControlBase.DataRight
ControlBase.TableRightName
ControlBase.TableRightNameBinding
ControlBase.FieldRight
ControlBase.TableRight
ControlBase.FieldLength
ControlBase.CssClass
ControlBase.EditMode
ControlBase.ForcedMode
ControlBase.ReadOnly
ControlBase.Disabled
ControlBase.Caption
ControlBase.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.DataSourceName
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
ControlBase.Validations
ControlBase.MandatoryValidatorName
ControlBase.ForcedDisabled
ControlBase.BackgroundColor
ControlBase.LayoutPosition
ControlBase.Position
ControlBase.Top
ControlBase.Left
ControlBase.Right
ControlBase.Bottom
ControlBase.Width
ControlBase.Height
ControlBase.ZIndex
ControlBase.Overflow
ControlBase.Column
ControlBase.Row
ControlBase.RowSpan
ControlBase.ColSpan
ControlBase.Align
ControlBase.Visibility
ControlBase.ConfigurationSchema
ControlBase.VisibilityBinding
ControlBase.DatabindingMode
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoWwwPhone : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer

Constructors

SoWwwPhone()

Declaration
public SoWwwPhone()

Properties

AdhereToShowAllRule

Declaration
public bool AdhereToShowAllRule { get; set; }
Property Value
Type Description
Boolean

CaptionDescription

Declaration
public string CaptionDescription { get; set; }
Property Value
Type Description
String

CaptionValue

Declaration
public string CaptionValue { get; set; }
Property Value
Type Description
String

DataSource

Declaration
public override object DataSource { get; set; }
Property Value
Type Description
Object
Overrides
ControlBase.DataSource

DisplayMode

Declaration
public SoWwwPhone.DisplayModes DisplayMode { get; set; }
Property Value
Type Description
SoWwwPhone.DisplayModes

IsValid

Declaration
public override bool IsValid { get; }
Property Value
Type Description
Boolean
Overrides
ControlBase.IsValid

Items

Declaration
public EntityElement[] Items { get; set; }
Property Value
Type Description
EntityElement[]

PhoneCallListName

Declaration
public string PhoneCallListName { get; set; }
Property Value
Type Description
String

PopupIcon

Declaration
public string PopupIcon { get; set; }
Property Value
Type Description
String

ShowCallButton

Declaration
public bool ShowCallButton { get; set; }
Property Value
Type Description
Boolean

ShowReadOnlyPopup

Declaration
public bool ShowReadOnlyPopup { get; set; }
Property Value
Type Description
Boolean

SoProtocol

Declaration
public string SoProtocol { get; set; }
Property Value
Type Description
String

UseMargin

Declaration
public bool UseMargin { get; set; }
Property Value
Type Description
Boolean

Visible

Declaration
public override bool Visible { get; set; }
Property Value
Type Description
Boolean

Methods

DataBind()

Declaration
public override void DataBind()
Overrides
ControlBase.DataBind()

Initialize(XmlNode, String)

Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Type Name Description
XmlNode config
String id
Overrides
ControlBase.Initialize(XmlNode, String)

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
HtmlTextWriter writer
Overrides
ControlBase.Render(HtmlTextWriter)

RenderDropDown(String, String, String)

Declaration
public string RenderDropDown(string jclassName, string listname, string textBoxId)
Parameters
Type Name Description
String jclassName
String listname
String textBoxId
Returns
Type Description
String

RenderReadOnly(String, Int32, String, String, String)

Declaration
public string RenderReadOnly(string values, int index, string displayMode, string soProtocol, string jclassName)
Parameters
Type Name Description
String values
Int32 index
String displayMode
String soProtocol
String jclassName
Returns
Type Description
String

UpdateDataSource()

Declaration
public override void UpdateDataSource()
Overrides
ControlBase.UpdateDataSource()

Implements

IControl
ILayout
IHasSchema
System.Web.UI.INamingContainer
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top