Show / Hide Table of Contents

Interface IFormApplyModel

Inherited Members
IRequestModel.CallBackUrl
IRequestModel.CustomData
IAccountModel.Account
IAccountModel.CorpCode
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Interfaces
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public interface IFormApplyModel : IRequestModel, IAccountModel

Properties

View Source

Key

使用者部門代碼

Declaration
string Key { get; }
Property Value
Type Description
System.String
View Source

Opinion

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

Urgent

Declaration
bool Urgent { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX