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
-
Collection<T>HttpParameterModels<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- 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
Methods
ToDictionary(Func<string, object>)
public virtual Dictionary<string, object> ToDictionary(Func<string, object> getValue)