Enum ServiceOperation
An enumeration that represents a rest operation in TimeCockpit.Data.Service.IService.
Namespace: TimeCockpit.Data.JsonConverters
Assembly: TimeCockpit.Data.dll
Syntax
public enum ServiceOperation
Fields
| Name | Description |
|---|---|
| Delete | Represents a Delete operation |
| Environment | Represents an GetEnvironment operation |
| ExecuteScript | Represents the ExecuteScript operation |
| FetchCulture | Represents the FetchCulture operation. |
| GetModel | Represents a GetModel operation |
| Login | Represents an Login attempt |
| Save | Represents a Save operation |
| SaveChanges | Represents a SaveChanges operation |
| SaveSettings | Represents the SaveSettings operation. |
| Select | Represents a Select operation |