WoActionLogProp Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class WoActionLogProp : CorrigoEntity
The WoActionLogProp type exposes the following members.
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.
|