Make name readonly
This commit is contained in:
parent
cad920097e
commit
8aa0646b88
|
|
@ -4,7 +4,7 @@ public interface IRuleTrigger
|
|||
{
|
||||
string Channel => throw new NotImplementedException("Please set the channel of trigger");
|
||||
|
||||
string Name { get; set; }
|
||||
string Name => throw new NotImplementedException("Please set the name of trigger");
|
||||
|
||||
string EntityType { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue