|
RULE restrict_multi_language_for_general_property FOR (general_property); WHERE wr1: SIZEOF ( QUERY ( ent <* general_property | NOT allowed_translations ( ent , [ 'description' ] ) ) ) = 0 ; END_RULE; -- restrict_multi_language_for_general_property |
|
public class RRestrict_multi_language_for_general_property public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |