In This Article

ISpinnablePart<T> Interface

Provides the base requirements for a spinnable part.

public interface ISpinnablePart<T> : IPart
Type Parameters:
T -

The composite value type.

Methods

ApplyIncrementalChange(IncrementalChangeRequest<T>)

Applies an incremental change to the part's value.

bool ApplyIncrementalChange(IncrementalChangeRequest<T> request)
Parameter Type Description
request IncrementalChangeRequest<T>

The incremental change request.

Returns

bool:

true if an incremental change was made; otherwise, false.

Inherited Members