Table of Contents

Class FlowAbilityOptionModel

Namespace
CMS.Plugin.ProcessManagement.Abstractions.Models.WorkStations
Assembly
CMS.Plugin.ProcessManagement.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