ScrollToken Class

Represents a scroll token.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.2.0
C#
[SerializableAttribute]
public class ScrollToken
Inheritance
Object    ScrollToken

Constructors

ScrollTokenInitializes a new instance of the ScrollToken class

Properties

Value The value of the token.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also