Interface IFormHanlder
Allows access to the form hanlder
Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
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 |
|