예제 #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);
 }