Table of Contents

Class Validation.EnsureKeyframeListOrderAttribute

Namespace
Lime
Assembly
Lime.dll
[AttributeUsage(AttributeTargets.Property)]
public class Validation.EnsureKeyframeListOrderAttribute : Attribute, Validation.IValidator<ISimpleKeyframeCollection>, Validation.IValidator
Inheritance
Validation.EnsureKeyframeListOrderAttribute
Implements
Inherited Members

Methods

Validate(ISimpleKeyframeCollection)

public IEnumerable<(Validation.Result Result, string Message)> Validate(ISimpleKeyframeCollection keyframeList)

Parameters

keyframeList ISimpleKeyframeCollection

Returns

IEnumerable<(Validation.Result Result, string Message)>