Whether the order is opening or closing interest.
Namespace:
T4Assembly: T4Definitions.20 (in T4Definitions.20.dll)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "renaming", Exclude = true)] public enum OpenClose |
| Visual Basic (Declaration) |
|---|
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _ Public Enumeration OpenClose |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)] public enum class OpenClose |
Members
| Member name | Description | |
|---|---|---|
| Undefined |
Undefined, server figures it out.
| |
| Open |
Opening.
| |
| Close |
Closing.
|