SaaS CMS has officially launched! Learn more now.

Interface IManageControl

Summary description for IManageControl

Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public interface IManageControl

Properties

FieldAttributes

Declaration
AttributeCollection FieldAttributes { get; }
Property Value
Type Description
AttributeCollection

Methods

BindData(MetaClass, String)

Declaration
void BindData(MetaClass metaClass, string fieldType)
Parameters
Type Name Description
MetaClass metaClass
System.String fieldType

BindData(MetaField)

Declaration
void BindData(MetaField metaField)
Parameters
Type Name Description
MetaField metaField

GetDefaultValue(Boolean)

Declaration
string GetDefaultValue(bool allowNulls)
Parameters
Type Name Description
System.Boolean allowNulls
Returns
Type Description
System.String