Table of Contents

Class Request

Namespace
Savvyio
Assembly
Savvyio.Core.dll

Represents the base class from which all implementations of IRequest should derive.

public abstract class Request : IRequest, IMetadata, IEquatable<Request>
Inheritance
Object
Request
Implements
IEquatable<Request>
Derived
Extension Methods

Constructors

Request()

Initializes a new instance of the Request class.

protected Request()

Properties

Metadata

Gets the associated metadata of this model.

public IMetadataDictionary Metadata { get; }

Property Value

IMetadataDictionary

The associated metadata of this model.

See Also