Changes
/* IUBIKAction Interface and SYSREL_METACLASS_ACTION Relationship */
bool IsApplicable(BaseClass obj);
void Perform(BaseClass obj);
SelectiveItem CategoryObject { get; }
}
}
Further, the {{UBIK}} Relationship ''SYSREL_METACLASS_ACTION'' is used to relate MetaClasses to any {{UBIK}} object implementing the interface described above.
'''MetaClass.Actions and MetaClass.AllActions'''
As a result of a successful configuration, the "Actions" C# property on the MetaClass will return a list of all directly configured actions. Further, "AllActions" will return also all inherited actions.
[[Category:Actions|UBIK Actions]]