DynamicValue Constructor
Initializes a new instance of the DynamicValue class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | DynamicValue() | Initializes a new instance of the DynamicValue class with default value. |
![]() | DynamicValue(Boolean) | Initializes a new instance of the DynamicValue class with a Boolean value. |
![]() | DynamicValue(DateTime) | Initializes a new instance of the DynamicValue class with a DateTime value. |
![]() | DynamicValue(Double) | Initializes a new instance of the DynamicValue class with a Double value. |
![]() | DynamicValue(Guid) | Initializes a new instance of the DynamicValue class with a GUID value. |
![]() | DynamicValue(Int32) | Initializes a new instance of the DynamicValue class with an Int32 value. |
![]() | DynamicValue(Int64) | Initializes a new instance of the DynamicValue class with an Int64 value. |
![]() | DynamicValue(String) | Initializes a new instance of the DynamicValue class with a String value. |
![]() | DynamicValue(TimeSpan) | Initializes a new instance of the DynamicValue class with a TimeSpan value. |
DynamicValue Constructor ()
Initializes a new instance of the DynamicValue class with default value.
DynamicValue Constructor (Boolean)
Initializes a new instance of the DynamicValue class with a Boolean value.
Parameters
- value
-
Type:
System.Boolean
The value to add to the DynamicValue.
DynamicValue Constructor (DateTime)
Initializes a new instance of the DynamicValue class with a DateTime value.
Parameters
- value
-
Type:
System.DateTime
The value to add to the DynamicValue.
DynamicValue Constructor (Double)
Initializes a new instance of the DynamicValue class with a Double value.
Parameters
- value
-
Type:
System.Double
The value to add to the DynamicValue.
DynamicValue Constructor (Guid)
Initializes a new instance of the DynamicValue class with a GUID value.
Parameters
- value
-
Type:
System.Guid
The value to add to the DynamicValue.
DynamicValue Constructor (Int32)
Initializes a new instance of the DynamicValue class with an Int32 value.
Parameters
- value
-
Type:
System.Int32
The value to add to the DynamicValue.
DynamicValue Constructor (Int64)
Initializes a new instance of the DynamicValue class with an Int64 value.
Parameters
- value
-
Type:
System.Int64
The value to add to the DynamicValue.
DynamicValue Constructor (String)
Initializes a new instance of the DynamicValue class with a String value.
Parameters
- value
-
Type:
System.String
The value to add to the DynamicValue.
DynamicValue Constructor (TimeSpan)
Initializes a new instance of the DynamicValue class with a TimeSpan value.
Parameters
- value
-
Type:
System.TimeSpan
The value to add to the DynamicValue.
.jpeg?cs-save-lang=1&cs-lang=fsharp)