Table of Contents

Class CommandExtensions

Namespace
Shift.Common.Timeline.Commands
Assembly
Shift.Common.dll

Provides functions to convert between instances of ICommand and SerializedCommand.

public static class CommandExtensions
Inheritance
CommandExtensions
Inherited Members

Methods

Deserialize(SerializedCommand, bool)

Returns a deserialized command.

public static ICommand Deserialize(this SerializedCommand x, bool ignoreAttributes)

Parameters

x SerializedCommand
ignoreAttributes bool

Returns

ICommand

Serialize(ICommand, bool)

Returns a serialized command.

public static SerializedCommand Serialize(this ICommand command, bool ignoreAttributes)

Parameters

command ICommand
ignoreAttributes bool

Returns

SerializedCommand