Method Validate
Validate(IEnumerable<TrackAsset>)
Defines the validity of an Action for a given set of tracks.
Declaration
public abstract ActionValidity Validate(IEnumerable<TrackAsset> tracks)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<TrackAsset> | tracks | tracks that the action would act on. |
Returns
| Type | Description |
|---|---|
| ActionValidity | The validity of the set of tracks. |