Class StatusMonitorInfo
Simple data structure class for the StatusMonitorCache
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public class StatusMonitorInfo : Object
Constructors
StatusMonitorInfo(String, String, Int32)
Simple data structure class for the StatusMonitorCache
Declaration
public StatusMonitorInfo(string name, string description, int statusDefId)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
String | description | |
Int32 | 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 |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)