Show / Hide Table of Contents

Class DeptSetManagerModel

部門主管設定

Inheritance
System.Object
RequestModel
DeptSetManagerModel
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 DeptSetManagerModel : RequestModel

Properties

View Source

Code

部門代碼

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

Type

使用者類型

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

Value

使用者值

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