Class Payload
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
PercentageMax
public double PercentageMax { get; set; }
Property Value
PercentageMin
public double PercentageMin { get; set; }