Class EmplUpdateSupervisorRequestModel
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.Base
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class EmplUpdateSupervisorRequestModel : RequestModel
Properties
View SourceDeptCode
Declaration
public string DeptCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupervisorAccount
Declaration
public string SupervisorAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SupervisorType
Declaration
public SupervisorType SupervisorType { get; set; }
Property Value
Type | Description |
---|---|
SupervisorType |
UserCode
Declaration
public string UserCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserType
Declaration
public UserType UserType { get; set; }
Property Value
Type | Description |
---|---|
UserType |