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 SourceAny(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> |
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> |
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> |