Class Command

Command class

Base class for all commands

public abstract class Command

Properties

NameDescription
ElementClass { get; }
ElementId { get; }

Methods

NameDescription
abstract ReadFromBinary(IBinaryReader)Reads the binary data from the reader
override ToString()
abstract WriteAsBinary(IBinaryWriter)Writes/exports the command as binary mode
abstract WriteAsClearText(IClearTextWriter)Writes/exports the command as clear text mode
static Assert(bool, string)

See Also