示例#1
0
 public static bool LookupIdNotIncludes(this ISpEntityLookupCollection <Department> lookupField, int lookupId)
 {
     return(false);
 }
示例#2
0
 public static bool LookupIdNotIncludes(this ISpEntityLookupCollection <ProjectTask> lookupField, int lookupId)
 {
     return(false);
 }
示例#3
0
 public static bool LookupIdIncludes(this ISpEntityLookupCollection <Employee> lookupField, int lookupId)
 {
     return(false);
 }