Changes
/* IUBIKAction Interface and SYSREL_METACLASS_ACTION Relationship */
namespace UBIK.Kernel
{
public interface IUBIKAction: IUBIKObject
{
bool IsApplicable(BaseClass obj);
Further, the {{UBIK}} Relationship ''SYSREL_METACLASS_ACTION'' is used to relate MetaClasses to any {{UBIK}} object implementing the interface described above.
[[Category:Actions|UBIK Actions]]
[[Category:Coding|UBIK Actions]]
[[Category:Workflow|UBIK Actions]]
== The ACTION MetaClass ==