CodeMethodParam Methods |
The CodeMethodParam type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | ||
| Create(String, ParamDirection, Boolean, CodeMethod) | ||
| Create(String, ParamDirection, Int32, CodeMethod) | ||
| Create(String, ParamDirection, String, CodeMethod) | ||
| Create(String, PropertyDataType, ParamDirection, BaseProperty, CodeMethod) | ||
| GetDataTypeStr | ||
| GetDirectionStr | ||
| IsValidPropertyDataType |
Will return false if the given data type is none of the following:
PropertyDataType.Text, .Integer, .DateTime, .Decimal or .Boolean
| |
| ResetAll |
Resets the id etc. of the object.
The method is used when making a copy of an existing object.
|
| 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 |