Method Validate
Validate(ActionContext)
Defines the validity of an Action based on the context.
선언
public abstract ActionValidity Validate(ActionContext context)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ActionContext | context | Context for the action. |
반환
타입 | 설명 |
---|---|
ActionValidity | Visual state of the menu for the action. |