Show / Hide Table of Contents

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 Source

Category

類別名稱

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

CategoryId

類別Id

Declaration
public Guid CategoryId { get; set; }
Property Value
Type Description
System.Guid
View Source

FormCode

表單代號

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

Id

表單Id

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

Name

表單名稱

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
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