[Display(Name = "Action", Description = "Broadcast = send to all User, User = send to specific user(s) specified in the 'Target' field, Group = send to specific group(s) specified in the 'Target' field")]
[Display(Name = "Action", Description = "* Broadcast = send to all users.\n * User = send to all target users(s).\n * Group = send to all target group(s).")]
publicActionTypeEnumAction{get;set;}
publicActionTypeEnumAction{get;set;}
[Display(Name = "Methode Name", Description = "Set the Name of the hub method received by the customer, default value 'push.")]
[Display(Name = "Methode Name", Description = "Set the Name of the hub method received by the customer.")]
[Editor(RuleFieldEditor.Text)]
[Editor(RuleFieldEditor.Text)]
publicstringMethodName{get;set;}
publicstringMethodName{get;set;}
[Display(Name = "Target (Optional)", Description = "Defines a user, group or target list by an id or name. For a list, define one value per line. Not necessary with the 'Broadcast' action")]
[Display(Name = "Target (Optional)", Description = "Define target users or groups by id or name. One item per line. Not needed for Broadcast action.")]