CopyRuleField Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class CopyRuleField : IObjectWithId, IObjectWithGuid, ICloneable
The CopyRuleField type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyRuleField |
| Name | Description | |
|---|---|---|
| Id |
Id
| |
| SourcePropertyId |
Id of source property. Is 0 if a constant value is used
| |
| TargetPath |
Reference path starting from the destination object.
Can be null.
| |
| ToField |
Destination property of the field
| |
| UId |
UId
| |
| Value |
Based on the type and datatype of the ToField, value contains either a:
string, int, datetime or a bool.
Value can also be null.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| IObjectWithGuid.GetGuid | ||
| IObjectWithId.GetId |