Table of Contents

Class EmplUpdateAcctLockedRequestModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll

更新帳號鎖定狀態。

public class EmplUpdateAcctLockedRequestModel : RequestModel
Inheritance
EmplUpdateAcctLockedRequestModel
Inherited Members

Properties

Locked

是否鎖定。

public bool Locked { get; set; }

Property Value

bool

UserCode

使用者代碼。

public string UserCode { get; set; }

Property Value

string

UserType

使用者類型。

public UserType UserType { get; set; }

Property Value

UserType