Show / Hide Table of Contents

Class SearchFormByApplyResultModel

我申請的單據

Inheritance
System.Object
SearchFormByApplyResultModel
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 SearchFormByApplyResultModel

Properties

View Source

AllowedToCancel

是否可以作廢

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

AllowedToRetrieve

是否可以取回

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

ApplicantDate

申請時間

Declaration
public DateTimeOffset ApplicantDate { get; set; }
Property Value
Type Description
System.DateTimeOffset
View Source

EndDate

結案時間

Declaration
public DateTimeOffset? EndDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>
View Source

FormName

表單名稱

Declaration
public string FormName { get; set; }
Property Value
Type Description
System.String
View Source

FormSn

表單編號

Declaration
public string FormSn { get; set; }
Property Value
Type Description
System.String
View Source

Subject

表單主旨

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String
View Source

TaskViewStatus

表單狀態

Declaration
public TaskStatus? TaskViewStatus { get; set; }
Property Value
Type Description
System.Nullable<TaskStatus>
View Source

Url

表單連結

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX