Click or drag to resize

FilterServiceStoreFilter Method

OFV Kjøretøydata service

Store (NEW/UPDATE) filter.

- if id is 0 then new entry will be added in database, otherwise its threated as an update.

Namespace:  OfvVehicleData.Service
Assembly:  OfvVehicleData.Service (in OfvVehicleData.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public DTO StoreFilter(
	UserDTO user,
	UserFilterDTO filter,
	int vehicleGroup,
	string format
)

Parameters

user
Type: OfvService.DTO.LoginUserDTO
UserDTO.
filter
Type: OfvService.DTO.FilterUserFilterDTO
The filter UserFilterDTO to store - if id exist i system, an update is preformed, otherwise new is created.
vehicleGroup
Type: SystemInt32
Vehiclegroup code defines which group to work with.
format
Type: SystemString
json/xml - which format result will be delivered in.

Return Value

Type: DTO

[Missing <returns> documentation for "M:OfvVehicleData.Service.FilterService.StoreFilter(OfvService.DTO.Login.UserDTO,OfvService.DTO.Filter.UserFilterDTO,System.Int32,System.String)"]

See Also