ICommonHeaderTTypeIdentifier Interface

Defines the common header of a frame image for a set of parsed types, consisting at least of a type ID.

Definition

Namespace: Gemstone.IO.Parsing
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.156 -- Release Build+6a9f88f477f6aa18d5026c0c0fcc061b1aaed2d2
public interface ICommonHeader<out TTypeIdentifier>

Type Parameters

TTypeIdentifier
Type of identifier used to distinguish output types.

Remarks

Header implementations can extend this interface as necessary to accommodate protocol specific header images.

Properties

State Gets or sets any additional state information that might be needed for parsing.
TypeID Gets or sets the identifier used for identifying the Type to be parsed.

See Also