Interface IFormHanlder

Allows access to the form hanlder

Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public interface IFormHanlder

Methods

IsEnable(Object)

Determines whether the specified context is enable.

Declaration
bool IsEnable(object context)
Parameters
Type Name Description
System.Object context

The context.

Returns
Type Description
System.Boolean

true if the specified context is enable; otherwise, false.