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 SourceAllowApplyForm
此單據是否可外部起單
Declaration
public bool AllowApplyForm { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fields
Declaration
public IList<FieldViewModel> Fields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<FieldViewModel> |