C# Class ExpressBase.Objects.EbNumeric

Inheritance: EbControl
Mostrar archivo Open project: ExpressBaseSystems/ExpressBase.Objects Class Usage Examples

Private Properties

Property Type Description
AddIcon2Html string
OnDeserializedMethod void

Public Methods

Method Description
EbNumeric ( ) : ExpressBase.Common
GetBareHtml ( ) : string
GetDesignHtml ( ) : string
GetHtml4Bot ( ) : string
GetSingleColumn ( User UserObj, Eb_Solution SoluObj, object Value, bool Default ) : SingleColumn
GetSingleColumn ( dynamic _this, User UserObj, Eb_Solution SoluObj, object Value ) : SingleColumn
GetvDbType ( IVendorDbTypes vDbTypes ) : VendorDbType

Private Methods

Method Description
AddIcon2Html ( string html ) : string
OnDeserializedMethod ( StreamingContext context ) : void

Method Details

EbNumeric() public method

public EbNumeric ( ) : ExpressBase.Common
return ExpressBase.Common

GetBareHtml() public method

public GetBareHtml ( ) : string
return string

GetDesignHtml() public method

public GetDesignHtml ( ) : string
return string

GetHtml4Bot() public method

public GetHtml4Bot ( ) : string
return string

GetSingleColumn() public method

public GetSingleColumn ( User UserObj, Eb_Solution SoluObj, object Value, bool Default ) : SingleColumn
UserObj User
SoluObj Eb_Solution
Value object
Default bool
return SingleColumn

GetSingleColumn() public static method

public static GetSingleColumn ( dynamic _this, User UserObj, Eb_Solution SoluObj, object Value ) : SingleColumn
_this dynamic
UserObj User
SoluObj Eb_Solution
Value object
return SingleColumn

GetvDbType() public method

public GetvDbType ( IVendorDbTypes vDbTypes ) : VendorDbType
vDbTypes IVendorDbTypes
return VendorDbType