Click or drag to resize

DataFilterValues Property

A generic list of string values. These values are defined by the name of the DataFilter and are different for each and every service call.

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<string> Values { get; set; }

Property Value

ListString
Remarks
The DataFilter Values list normally requires at least one value for every Name. All values by default are passed in as a string, but upon processing some may be converted to different types such as integers. If the type is not valid for the specific Name then an exception will be thrown indicating what valid values will be excepted.

See Also