Click or drag to resize
WoActionLogProp Class
WO Action Property object implements property bag for WO Action Log. Each WO Action has its own set of properties (some might be required, other optional); and when WO Action Log record is created, property bag consisting of WO Action Property records. Typically, each property record stores single value (either numeric integer or free-text); the whole approach is similar to custom fields. Web service access scope - read only.
Inheritance Hierarchy

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WoActionLogProp : CorrigoEntity

The WoActionLogProp type exposes the following members.

Properties
  NameDescription
Public propertyTypeId
Property type (enumeration member).
Public propertyValueInt
Field where values for integer-based properties are stored. This property is nullable. E.g. default value is null; and BO must understand the difference between zero and null.
Public propertyValueStr
Field where values for text-based properties are stored. This property is nullable. E.g. default value is null; and BO must understand the difference between zero-length string and null.
Public propertyWoActionLogId
Reference to parent Action Log record.
Top
See Also