Show / Hide Table of Contents

Class EmplUpdateMainDeptRequestModel

更新主部門。

Inheritance
System.Object
RequestModel
EmplUpdateMainDeptRequestModel
Inherited Members
RequestModel.CorpCode
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.Base
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class EmplUpdateMainDeptRequestModel : RequestModel

Properties

View Source

MainDept

主部門。

Declaration
public DeptRequestModelBase MainDept { get; set; }
Property Value
Type Description
DeptRequestModelBase
View Source

UserCode

使用者代碼。

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

UserType

使用者類型。

Declaration
public UserType UserType { get; set; }
Property Value
Type Description
UserType
  • View Source
In This Article
Back to top Generated by DocFX