DiscriminatedUnion Members
Represents a data type that can store one of two possible options.
The following tables list the members exposed by the DiscriminatedUnion type.
Public Constructors
| Name | Description | |
|---|---|---|
| DiscriminatedUnion | Initializes a new instance of the DiscriminatedUnion class. |
Top
Public Properties
| Name | Description | |
|---|---|---|
![]() |
A | Gets the value of option A. |
![]() |
B | Gets the value of option B. |
![]() |
Option | Gets the discriminated value option set for this instance. |
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
![]() |
CreateA | A factory method for creating a discriminated union with option A set. |
![]() |
CreateB | A factory method for creating discriminated union with option B set. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | Overridden. Retrieves a String instance that represents the current Object instance. |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
DiscriminatedUnion Class
Microsoft.Dynamics.Framework.Reports Namespace
.gif)
.gif)
.gif)