Skip to content

Field

struct

Namespace: Orleans.Serialization.WireProtocol

Represents a field header.
public struct Field

Constructors

Properties

  • ExtendedWireType Gets or sets the extended wire type.
  • FieldIdDelta Gets or sets the field identifier delta.
  • FieldType Gets or sets the type of the field.
  • HasExtendedFieldId Gets a value indicating whether this instance has an extended field identifier.
  • HasExtendedSchemaType Gets a value indicating whether this instance has an extended schema type.
  • HasFieldId Gets a value indicating whether this instance has a field identifier.
  • IsEndBaseFields Gets a value indicating whether this instance represents the end of base fields in a tag-delimited structure.
  • IsEndBaseOrEndObject Gets a value indicating whether this instance represents the end of a tag-delimited structure or the end of base fields in a tag-delimited structure.
  • IsEndObject Gets a value indicating whether this instance represents the end of a tag-delimited structure.
  • IsReference Gets a value indicating whether this instance has a wire type of WireType.
  • IsSchemaTypeValid Gets a value indicating whether this instance has a valid schema type.
  • SchemaType Gets or sets the schema type.
  • WireType Gets or sets the wire type.

Methods

Fields