Show / Hide Table of Contents

Class DataBoundProperty

Inheritance
Object
DataBoundProperty
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web.UI
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class DataBoundProperty

Constructors

DataBoundProperty(BindingType, String)

Declaration
public DataBoundProperty(BindingType binding, string value)
Parameters
Type Name Description
BindingType binding
String value

DataBoundProperty(String)

Declaration
public DataBoundProperty(string value)
Parameters
Type Name Description
String value

DataBoundProperty(XmlNode)

Declaration
public DataBoundProperty(XmlNode node)
Parameters
Type Name Description
XmlNode node

Properties

DataSource

Declaration
public object DataSource { set; }
Property Value
Type Description
Object

Value

Declaration
public object Value { get; }
Property Value
Type Description
Object

Methods

GetValue(BindingType, String)

Declaration
public static object GetValue(BindingType binding, string value)
Parameters
Type Name Description
BindingType binding
String value
Returns
Type Description
Object

GetValue(XmlNode)

Declaration
public static object GetValue(XmlNode node)
Parameters
Type Name Description
XmlNode node
Returns
Type Description
Object

Operators

Implicit(DataBoundProperty to String)

Declaration
public static implicit operator string (DataBoundProperty dbp)
Parameters
Type Name Description
DataBoundProperty dbp
Returns
Type Description
String

Implicit(String to DataBoundProperty)

Declaration
public static implicit operator DataBoundProperty(string val)
Parameters
Type Name Description
String val
Returns
Type Description
DataBoundProperty
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top