Show / Hide Table of Contents

Class FieldHelper.Org

組織

Inheritance
System.Object
FieldHelper.Org
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.Helpers
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public static class Org

Methods

View Source

Any(List<AllOrgModel>)

任意選

Declaration
public static ICollection<AllOrgModel> Any(List<AllOrgModel> values)
Parameters
Type Name Description
System.Collections.Generic.List<AllOrgModel> values
Returns
Type Description
System.Collections.Generic.ICollection<AllOrgModel>
View Source

Depts(List<DeptModel>)

選擇部門

Declaration
public static ICollection<DeptModel> Depts(List<DeptModel> values)
Parameters
Type Name Description
System.Collections.Generic.List<DeptModel> values
Returns
Type Description
System.Collections.Generic.ICollection<DeptModel>
View Source

Empls(List<AccountModel>)

選擇人員

Declaration
public static ICollection<AccountModel> Empls(List<AccountModel> values)
Parameters
Type Name Description
System.Collections.Generic.List<AccountModel> values
Returns
Type Description
System.Collections.Generic.ICollection<AccountModel>
  • View Source
In This Article
Back to top Generated by DocFX