Method Validate
Validate(IEnumerable<IMarker>)
Defines the validity of an Action for a given set of markers.
Declaration
public abstract ActionValidity Validate(IEnumerable<IMarker> markers)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMarker> | markers | Markers that will be used for the action. |
Returns
Type | Description |
---|---|
ActionValidity | The validity of the set of markers. |