Click or drag to resize

DataActionValues Property

A generic list of string values. These values are defined by the name of the DataAction 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 DataAction Values list is not required for every Name. Some values will be empty and some can use one or more values. 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.

Note  Note
If a given DataAction Name does not require any values and some are passed in, then those values will be ignored.
See Also