Show / Hide Table of Contents

Class EmplUpdateSupervisorRequestModel

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

Properties

View Source

DeptCode

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

SupervisorAccount

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

SupervisorType

Declaration
public SupervisorType SupervisorType { get; set; }
Property Value
Type Description
SupervisorType
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