Table of Contents

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

DateTime

Description

选项描述

public string Description { get; set; }

Property Value

string

Id

唯一标识

public int Id { get; set; }

Property Value

int

Name

选项名称

public string Name { get; set; }

Property Value

string

Value

选项值

public int Value { get; set; }

Property Value

int