Show / Hide Table of Contents

Class FormInfo

Inheritance
System.Object
FormInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Bpm
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class FormInfo

Properties

View Source

AllowApplyForm

此單據是否可外部起單

Declaration
public bool AllowApplyForm { get; set; }
Property Value
Type Description
System.Boolean
View Source

Fields

Declaration
public IList<FieldViewModel> Fields { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<FieldViewModel>
  • View Source
In This Article
Back to top Generated by DocFX