Class StatusMonitorInfo
Simple data structure class for the StatusMonitorCache
Inherited Members
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class StatusMonitorInfo
Constructors
StatusMonitorInfo(string, string, int)
Simple data structure class for the StatusMonitorCache
Declaration
public StatusMonitorInfo(string name, string description, int statusDefId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | description | |
| int | statusDefId |
Fields
Description
Simple data structure class for the StatusMonitorCache
Declaration
public string Description
Field Value
| Type | Description |
|---|---|
| string |
Name
Simple data structure class for the StatusMonitorCache
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
StatusDefId
Simple data structure class for the StatusMonitorCache
Declaration
public int StatusDefId
Field Value
| Type | Description |
|---|---|
| int |