Table of Contents

Class Payload

Namespace
adas_core.Domain.Models.Providers
Assembly
adas-core.Domain.dll

Serves as an abstract base class for payload types, providing a common contract that derived classes must implement.

public abstract class Payload
Inheritance
Payload
Inherited Members
Extension Methods

Remarks

As an abstract class, Payload cannot be instantiated directly and must be extended by a concrete subclass.

Properties

Duration

public double Duration { get; set; }

Property Value

double

PercentageMax

public double PercentageMax { get; set; }

Property Value

double

PercentageMin

public double PercentageMin { get; set; }

Property Value

double