Click or drag to resize

WebServiceFieldAttrs Enumeration

Attributes specific to fields as they are generated in RemoteMappers for the purposes of a WebService.

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum WebServiceFieldAttrs
Members
  Member nameValueDescription
ReadOnly1 Treat the field as read only. The client proxy will be allowed to set the value but it will be ignored.
DisplayText2 Serialize the DisplayText for the field if the field has a picklist. The default is to serialize the raw value.
XmlIgnore4 Don't generate a public property for this field.
See Also