Show / Hide Table of Contents

Class EmplItemModel

Inheritance
System.Object
EmplItemModel
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.PubApi.Sdk.NetStd.Models.Dms
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class EmplItemModel

Properties

View Source

Account

帳號

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

Department

部門

Declaration
public string Department { 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
In This Article
Back to top Generated by DocFX