Table of Contents

Class HttpParameterModels<T>

Namespace
CMS.Plugin.FlowManagement.Abstractions.Models
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

Http参数模型集合

[Serializable]
public class HttpParameterModels<T> : Collection<T>, IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable where T : HttpParameterModel

Type Parameters

T
Inheritance
HttpParameterModels<T>
Implements
Inherited Members

Properties

this[string]

Gets the HttpParameterModel with the specified write parameter name.

public virtual HttpParameterModel? this[string parameterName] { get; }

Parameters

parameterName string

Property Value

HttpParameterModel

Methods

ToDictionary(Func<string, object>)

public virtual Dictionary<string, object> ToDictionary(Func<string, object> getValue)

Parameters

getValue Func<string, object>

Returns

Dictionary<string, object>