Class JobFuncViewModel
表示職能視圖模型的類別。
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 JobFuncViewModel : RequestModel
Properties
View SourceActive
取得或設定職能的啟用狀態。
Declaration
public bool? Active { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CategoryName
取得或設定職能的類別名稱。
Declaration
public string CategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Code
取得或設定職能的代碼。
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JobFunc
取得或設定職能的名稱。
Declaration
public string JobFunc { get; set; }
Property Value
Type | Description |
---|---|
System.String |