| WoActionLogProp Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class WoActionLogProp : CorrigoEntity
The WoActionLogProp type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | TypeId | 
            Property type (enumeration member);
             | 
|  | ValueInt | 
            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.
             | 
|  | ValueStr | 
            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.
             | 
|  | WoActionLogId | 
            Reference to parent Action Log record.
             | 
 See Also
See Also