Show / Hide Table of Contents

Class DepartmentCreateModel

部門建立

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

Properties

View Source

Code

部門代碼

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

DeptLevelCode

部門層級代碼

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

Description

部門描述

Declaration
public string Description { 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

ParentCode

父部門代碼

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