Table of Contents

Class FlowFieldModel

Namespace
CMS.Plugin.FlowManagement.Abstractions.Models
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

流程字段定义模型

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

Properties

CreationTime

创建时间

public DateTime? CreationTime { get; set; }

Property Value

DateTime?

Description

字段描述

public string Description { get; set; }

Property Value

string

DisplayType

字段显示类型

public int? DisplayType { get; set; }

Property Value

int?

Group

分组名称

public string Group { get; set; }

Property Value

string

Id

唯一标识

public int Id { get; set; }

Property Value

int

IsReadOnly

是否只读

public bool IsReadOnly { get; set; }

Property Value

bool

IsRequired

是否必填

public bool IsRequired { get; set; }

Property Value

bool

Name

字段名称

public string Name { get; set; }

Property Value

string

ObjectName

对象名

public string ObjectName { get; set; }

Property Value

string

ObjectValue

对象值

public string ObjectValue { get; set; }

Property Value

string

Type

字段类型

public FlowFiledType Type { get; set; }

Property Value

FlowFiledType

VariableType

变量类型(只读、只写、读写)

public string VariableType { get; set; }

Property Value

string

Methods

GetExportData(string)

Gets the export data.

public Dictionary<string, object> GetExportData(string flowName)

Parameters

flowName string

Returns

Dictionary<string, object>