Show / Hide Table of Contents

Class FormApplyUserModel

Inheritance
System.Object
FormApplyUserModel
Implements
IAccountModel
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.OpenApi.Sdk.NetStd.Models
Assembly: Ede.Uofx.OpenApi.Sdk.NetStd.dll
Syntax
public class FormApplyUserModel : IAccountModel

Constructors

View Source

FormApplyUserModel()

Declaration
public FormApplyUserModel()
View Source

FormApplyUserModel(String)

Declaration
public FormApplyUserModel(string account)
Parameters
Type Name Description
System.String account

Properties

View Source

Account

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

CorpCode

Declaration
public string CorpCode { get; set; }
Property Value
Type Description
System.String

Implements

IAccountModel
  • View Source
In This Article
Back to top Generated by DocFX