Class FlowFieldDefinitionModel
- Namespace
- CMS.Plugin.ProcessManagement.Abstractions.Models.WorkStations
- Assembly
- CMS.Plugin.ProcessManagement.Abstractions.dll
流程字段定义模型
public class FlowFieldDefinitionModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FlowFieldDefinitionModel
- 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 int? Type { get; set; }
Property Value
- int?
VariableType
变量类型(只读、只写、读写)
public string VariableType { get; set; }