Class FlowAbilityOptionModel
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.Models
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
流程功能定义模型
public class FlowAbilityOptionModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
- Inheritance
-
FlowAbilityOptionModel
- Implements
-
IHasExtraProperties
- Inherited Members
Properties
CreationTime
创建时间
public DateTime CreationTime { get; set; }
Property Value
Description
选项描述
public string Description { get; set; }
Property Value
Id
唯一标识
public int Id { get; set; }
Property Value
Name
选项名称
public string Name { get; set; }
Property Value
Value
选项值
public int Value { get; set; }