Summary
Union helper
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["UnionHelper"]
class Type type-node
Syntax
public static class UnionHelper
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Methods
Name | Value | Summary |
---|---|---|
GetAll |
IEnumerable |
Get's a list of all the unions in a set of assemblies
Used to create a unit tests that ensures all unions are configured properly
static
|
GetAll |
IEnumerable |
Get's a list of all the unions in a set of assemblies
Used to create a unit tests that ensures all unions are configured properly
static
|
GetRootType |
TypeInfo |
Gets the type of the root.
static
|
GetRootType |
TypeInfo |
Gets the type of the root.
static
|
GetUnion |
IReadOnlyDictionary |
Get's all union paires for a given union enum
static
|
GetUnion |
IReadOnlyDictionary |
Get's all union paires for a given union enum
static
|
GetUnionEnumType |
Type |
Gets the type of the union enum.
static
|
GetUnionEnumType |
Type |
Gets the type of the union enum.
static
|
GetUnionEnumType |
Type |
Gets the type of the union enum.
static
|
GetUnionEnumType |
Type |
Gets the type of the union enum.
static
|
GetUnionKey |
string |
Gets the union key.
static
|