Show / Hide Table of Contents

Class SoDateSelector

Inheritance
Object
ControlBase
SoDateSelector
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.Initialize(XmlNode, String)
ControlBase.SetIfFound(XmlNode, String, Expression<Func<String>>)
ControlBase.AutoSetIfFound(XmlNode, Expression<Func<String>>[])
ControlBase.Render(HtmlTextWriter)
ControlBase.AssignProperty(XmlNode, PropertyInfo)
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.CaptionBinding
ControlBase.Tooltip
ControlBase.TooltipBinding
ControlBase.ContextStyle
ControlBase.DisplayAccessKey
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 SoDateSelector : ControlBase, IControl, ILayout, IDatabindingMode, IHasSchema, INamingContainer

Constructors

SoDateSelector()

Declaration
public SoDateSelector()

Properties

AllowBlank

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

Attributes

Declaration
public AttributeCollection Attributes { get; }
Property Value
Type Description
AttributeCollection

Caption

Declaration
public override string Caption { get; set; }
Property Value
Type Description
String
Overrides
ControlBase.Caption

DataSource

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

DataSourceName

Declaration
public override string DataSourceName { get; set; }
Property Value
Type Description
String
Overrides
ControlBase.DataSourceName

IsValid

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

MarkOverdue

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

OnClientClick

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

RawValue

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

ShowTodayButton

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

Validations

Declaration
public override List<IValidation> Validations { get; set; }
Property Value
Type Description
List<IValidation>
Overrides
ControlBase.Validations

Value

Declaration
public DateTime Value { get; set; }
Property Value
Type Description
DateTime

Methods

DataBind()

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

OnLoad(EventArgs)

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

SetMandatoryValidation()

Declaration
public void SetMandatoryValidation()

SetReadOnly(Boolean)

Declaration
protected override void SetReadOnly(bool val)
Parameters
Type Name Description
Boolean val
Overrides
ControlBase.SetReadOnly(Boolean)

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