Property | Type | Description | |
---|---|---|---|
Enabled | bool |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
GetHolder ( ) : ILastActionHolder | ||
ProcessAction ( ActionTypeEnum actionTypeEnum, IEntity entity ) : void | ||
ReplaceLastAction ( string message ) : void | ||
SetLastAction ( string message, IEntity entity, ActionTypeEnum actionTypeEnum ) : void |
Method | Description | |
---|---|---|
GetEntityName ( IEntity entity ) : string |
public static GetHolder ( ) : ILastActionHolder | ||
return | ILastActionHolder |
public ProcessAction ( ActionTypeEnum actionTypeEnum, IEntity entity ) : void | ||
actionTypeEnum | ActionTypeEnum | |
entity | IEntity | |
return | void |
public static ReplaceLastAction ( string message ) : void | ||
message | string | |
return | void |
public static SetLastAction ( string message, IEntity entity, ActionTypeEnum actionTypeEnum ) : void | ||
message | string | |
entity | IEntity | |
actionTypeEnum | ActionTypeEnum | |
return | void |