Class ApplyTaskViewModel
可申請表單
Inheritance
System.Object
ApplyTaskViewModel
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 ApplyTaskViewModel
Properties
View SourceCategory
類別名稱
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CategoryId
類別Id
Declaration
public Guid CategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FormCode
表單代號
Declaration
public string FormCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
表單Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
表單名稱
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
表單魔法連結
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |