Interface ISaveTarget

ISaveTarget interface

General save target interface that defines common members that concrete operation result save target should implement.

public interface ISaveTarget

Properties

NameDescription
SaveTarget { get; }Type of the save target (file or stream).

See Also