Method Validate
Validate(IEnumerable<TrackAsset>)
Defines the validity of an Action for a given set of tracks.
선언
public abstract ActionValidity Validate(IEnumerable<TrackAsset> tracks)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IEnumerable<TrackAsset> | tracks | tracks that the action would act on. |
반환
타입 | 설명 |
---|---|
ActionValidity | The validity of the set of tracks. |