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:
trueif an incremental change was made; otherwise,false.
Inherited Members
- IPart.IsTextInputAllowed(string, int, CultureInfo)
- IPart.TryParseText(IList<IPart>, string, int, CultureInfo, out int)
- IPart.IsEditable
- IPart.IsLiteral
- IPart.IsOptional
- IPart.Length
- IPart.StartOffset
- IPart.StringValue