Show / Hide Table of Contents

Class BaseAllParameters<TMatchInputType>

Base class for parameter sets used in All methods.

Inheritance
System.Object
BaseParameters<TMatchInputType>
BaseAllParameters<TMatchInputType>
All
All
All
All
All
All
All
All
All
All
All
All
All
AllChildren
All
Implements
IBaseParameters
Inherited Members
BaseParameters<TMatchInputType>.MatchFunction
BaseParameters<TMatchInputType>.Matches(TMatchInputType)
BaseParameters<TMatchInputType>.ToDictionary()
BaseParameters<TMatchInputType>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters
Assembly: EasyPost.dll
Syntax
public abstract class BaseAllParameters<TMatchInputType> : BaseParameters<TMatchInputType>, IBaseParameters where TMatchInputType : EphemeralEasyPostObject
Type Parameters
Name Description
TMatchInputType

The type of EphemeralEasyPostObject contained in the response collection.

Methods

| Improve this Doc View Source

FromDictionary(Nullable<Dictionary<String, Object>>)

Construct a new BaseAllParameters<TMatchInputType>-based instance from a .

Declaration
public static BaseAllParameters<TMatchInputType> FromDictionary(Dictionary<string, object>? dictionary)
Parameters
Type Name Description
System.Nullable<Dictionary<System.String, System.Object>> dictionary

The dictionary to parse.

Returns
Type Description
BaseAllParameters<TMatchInputType>

A BaseAllParameters-subtype object.

Implements

IBaseParameters
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX