Class FlowFieldModel
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.Models
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
流程字段定义模型
public class FlowFieldModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FlowFieldModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
CreationTime
创建时间
public DateTime? CreationTime { get; set; }
Property Value
Description
字段描述
public string Description { get; set; }
Property Value
DisplayType
字段显示类型
public int? DisplayType { get; set; }
Property Value
- int?
Group
分组名称
public string Group { get; set; }
Property Value
Id
唯一标识
public int Id { get; set; }
Property Value
IsReadOnly
是否只读
public bool IsReadOnly { get; set; }
Property Value
IsRequired
是否必填
public bool IsRequired { get; set; }
Property Value
Name
字段名称
public string Name { get; set; }
Property Value
ObjectName
对象名
public string ObjectName { get; set; }
Property Value
ObjectValue
对象值
public string ObjectValue { get; set; }
Property Value
Type
字段类型
public FlowFiledType Type { get; set; }
Property Value
VariableType
变量类型(只读、只写、读写)
public string VariableType { get; set; }
Property Value
Methods
GetExportData(string)
Gets the export data.
public Dictionary<string, object> GetExportData(string flowName)
Parameters
flowName
string