Interface IManageControl
Summary description for IManageControl
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
public interface IManageControl
Properties
Declaration
AttributeCollection FieldAttributes { get; }
Property Value
Methods
Declaration
void BindData(MetaClass metaClass, string fieldType)
Parameters
| Type |
Name |
Description |
| MetaClass |
metaClass |
|
| System.String |
fieldType |
|
Declaration
void BindData(MetaField metaField)
Parameters
Declaration
string GetDefaultValue(bool allowNulls)
Parameters
| Type |
Name |
Description |
| System.Boolean |
allowNulls |
|
Returns
| Type |
Description |
| System.String |
|