Enum DecompositionType
Represents type of decomposition
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public enum DecompositionType
Fields
Name | Value | Description |
---|---|---|
OneWay | OneWay = 1 | One way decomposition |
TwoWay | TwoWay = 2 | Two way decomposition |
Unknown | Unknown = 0 | Unknown |