Table of Contents

Class FlowFieldOptionModel

Namespace
CMS.Plugin.ProcessManagement.Abstractions.Models.WorkStations
Assembly
CMS.Plugin.ProcessManagement.Abstractions.dll

字段定义选项

public class FlowFieldOptionModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
FlowFieldOptionModel
Implements
IHasExtraProperties
Inherited Members

Properties

CreationTime

创建时间

public DateTime CreationTime { get; set; }

Property Value

DateTime

Definition

字段定义

public FlowFieldDefinitionModel Definition { get; set; }

Property Value

FlowFieldDefinitionModel

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 string Value { get; set; }

Property Value

string