Declaración
func FilterEntity(must TypeOrTypeList, not TypeOrTypeList, any TypeOrTypeList) List<entity<Entity>>
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Must | TypeOrListType | The filter result must contain the type entered within this parameter |
Not | TypeOrListType | The filter result must not contain the type entered within this parameter |
Any | TypeOrListType | The filter results contain at least one of the types entered within this parameter |
Regresar
Tipo | Descripción |
---|---|
ListT_Entity | Filter Resulting Entity List |