Class SoAddress
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class SoAddress : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer
Constructors
SoAddress()
Declaration
Properties
_dataSource
Declaration
public virtual LocalizedField[][] _dataSource { get; set; }
Property Value
CountrySoid
Declaration
public string CountrySoid { get; set; }
Property Value
DataSource
Declaration
public override object DataSource { get; set; }
Property Value
Overrides
FieldRight
Declaration
public override FieldRight FieldRight { get; set; }
Property Value
Overrides
IsValid
Declaration
public override bool IsValid { get; }
Property Value
Overrides
OnChange
Declaration
public string OnChange { get; set; }
Property Value
RenderAddressLabels
Declaration
public bool RenderAddressLabels { get; set; }
Property Value
UsePlainLabel
Declaration
public bool UsePlainLabel { get; set; }
Property Value
Methods
DataBind()
Declaration
public override void DataBind()
Overrides
Initialize(XmlNode, String)
Declaration
public override void Initialize(XmlNode config, string id)
Parameters
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
UpdateChanges()
Declaration
public void UpdateChanges()
UpdateDataSource()
Declaration
public override void UpdateDataSource()
Overrides
Implements