Class DBC.ProjTypeFields
Fields for ProjType, ProjType list table. List of valid Project types.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ProjTypeFields : Object
Fields
Deleted
ProjType.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists
Declaration
public const string Deleted = "deleted"
Field Value
Type | Description |
---|---|
String |
DurationUnit
ProjType.DurationUnit: Units for the duration
Declaration
public const string DurationUnit = "durationUnit"
Field Value
Type | Description |
---|---|
String |
HasGuide
ProjType.HasGuide: Does this project type have a guide attached
Declaration
public const string HasGuide = "hasGuide"
Field Value
Type | Description |
---|---|
String |
IsAutoAdvance
ProjType.IsAutoAdvance: Does the project status advance automatically, when the last guided activity in a status is completed?
Declaration
public const string IsAutoAdvance = "isAutoAdvance"
Field Value
Type | Description |
---|---|
String |
Name
ProjType.Name: The list item
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
ProjectDuration
ProjType.ProjectDuration: Expected duration of project, in given units
Declaration
public const string ProjectDuration = "projectDuration"
Field Value
Type | Description |
---|---|
String |
ProjTypeId
ProjType.ProjTypeId: Primary key
Declaration
public const string ProjTypeId = "ProjType_id"
Field Value
Type | Description |
---|---|
String |
Rank
ProjType.Rank: Rank order
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
ProjType.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ProjType.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Tooltip
ProjType.Tooltip: Tooltip or other description
Declaration
public const string Tooltip = "tooltip"
Field Value
Type | Description |
---|---|
String |
Updated
ProjType.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ProjType.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ProjType.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |