Class SearchFormByAwaitingResultModel
待處理的單據
Inheritance
System.Object
SearchFormByAwaitingResultModel
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 SearchFormByAwaitingResultModel
Properties
View SourceApplicantDate
表單申請時間
Declaration
public DateTimeOffset ApplicantDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
FormName
表單名稱
Declaration
public string FormName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FormSn
表單編號
Declaration
public string FormSn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAgent
是代簽
Declaration
public bool IsAgent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsBranch
是加簽
Declaration
public bool IsBranch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHandover
是交接
Declaration
public bool IsHandover { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Subject
表單主旨
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
表單連結
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |