Class HttpHeaderParameterModel
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.Models
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
Http请求参数模型
[Serializable]
public class HttpHeaderParameterModel : HttpParameterModel
- Inheritance
-
HttpHeaderParameterModel
- Derived
- Inherited Members
Properties
ReadParameterName
传入值.
[Design("传入值", "支持流转数据集中参数名,字符串使用英文引号\"str\" 'str'", PropertyType = "FlowItemKey", Sort = 20)]
[DataMember]
public virtual string ReadParameterName { get; set; }
Property Value
Methods
GetRealValue(Func<string, object>)
获取当前配置值.
public override object GetRealValue(Func<string, object> getValue)