[This is preliminary documentation and is subject to change.]
Supported states of StatusMarker
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum Statuses |
| Visual Basic |
|---|
Public Enumeration Statuses |
| Visual C++ |
|---|
public enum class Statuses |
| F# |
|---|
type Statuses |
| JScript |
|---|
public enum Statuses |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Normal | 0 | Normal state (data are in sync) | |
| Null | 1 | Null (data are not available) | |
| New | 2 | New (data was null and now it is not null) | |
| Changed | 3 | Changed (data was changed since last save) | |
| Deleted | 4 | Deleted (data was not null and now it is null) | |
| Error | 5 | Data error | |
| NA | 6 | Data status unkown | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |