Show / Hide Table of Contents

Class ProjTypeTableInfo

Table 'ProjType': ProjType list table. List of valid Project types.

Inheritance
Object
TableInfo
ProjTypeTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ProjType")]
public class ProjTypeTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling .

Fields

DictionaryTableName

Conceptual name of table ProjType in the database dictionary: ProjType

Declaration
public const string DictionaryTableName = "ProjType"
Field Value
Type Description
String

Properties

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

Deleted

Field 'deleted' in table 'ProjType': Dictionary type UShort, .NET type: Int16

0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public UInt16FieldInfo Deleted { get; }
Property Value
Type Description
UInt16FieldInfo

DictionaryTableNumber

Table number for table ProjType in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
Int32

DurationUnit

Field 'durationUnit' in table 'ProjType': Dictionary type Enum, .NET type: DurationUnit

Units for the duration

Declaration
public DurationUnitFieldInfo DurationUnit { get; }
Property Value
Type Description
DurationUnitFieldInfo

HasGuide

Field 'hasGuide' in table 'ProjType': Dictionary type Bool, .NET type: Int16

Does this project type have a guide attached

Declaration
public UInt16FieldInfo HasGuide { get; }
Property Value
Type Description
UInt16FieldInfo

IsAutoAdvance

Field 'isAutoAdvance' in table 'ProjType': Dictionary type Bool, .NET type: Int16

Does the project status advance automatically, when the last guided activity in a status is completed?

Declaration
public UInt16FieldInfo IsAutoAdvance { get; }
Property Value
Type Description
UInt16FieldInfo

LeftOuterJoin_Project_TypeIdx

Generated left outer join from the primary key ProjTypeId on this table, to Project.TypeIdx.

Declaration
public TargetedLeftOuterJoin<ProjectTableInfo> LeftOuterJoin_Project_TypeIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTableInfo>

LeftOuterJoin_ProjectTypeStatusLink_ProjTypeId

Generated left outer join from the primary key ProjTypeId on this table, to ProjectTypeStatusLink.ProjTypeId.

Declaration
public TargetedLeftOuterJoin<ProjectTypeStatusLinkTableInfo> LeftOuterJoin_ProjectTypeStatusLink_ProjTypeId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjectTypeStatusLinkTableInfo>

LeftOuterJoin_ProjTypeGroupLink_ProjTypeId

Generated left outer join from the primary key ProjTypeId on this table, to ProjTypeGroupLink.ProjTypeId.

Declaration
public TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo> LeftOuterJoin_ProjTypeGroupLink_ProjTypeId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeGroupLinkTableInfo>

LeftOuterJoin_ProjTypeHeadingLink_ProjTypeId

Generated left outer join from the primary key ProjTypeId on this table, to ProjTypeHeadingLink.ProjTypeId.

Declaration
public TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo> LeftOuterJoin_ProjTypeHeadingLink_ProjTypeId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjTypeHeadingLinkTableInfo>

Name

Field 'name' in table 'ProjType': Dictionary type String[240], .NET type: String

The list item

Declaration
public StringFieldInfo Name { get; }
Property Value
Type Description
StringFieldInfo

ProjectDuration

Field 'projectDuration' in table 'ProjType': Dictionary type Int, .NET type: Int32

Expected duration of project, in given units

Declaration
public Int32FieldInfo ProjectDuration { get; }
Property Value
Type Description
Int32FieldInfo

ProjTypeId

Field 'ProjType_id' in table 'ProjType': Dictionary type PK, .NET type: Int32

Primary key

Declaration
public Int32FieldInfo ProjTypeId { get; }
Property Value
Type Description
Int32FieldInfo

Rank

Field 'rank' in table 'ProjType': Dictionary type UShort, .NET type: Int16

Rank order

Declaration
public UInt16FieldInfo Rank { get; }
Property Value
Type Description
UInt16FieldInfo

Registered

Field 'registered' in table 'ProjType': Dictionary type UtcDateTime, .NET type: DateTime

Registered when

Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type Description
DateTimeFieldInfo

RegisteredAssociateId

Field 'registered_associate_id' in table 'ProjType': Dictionary type FK, .NET type: Int32

Registered by whom

Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type Description
Int32FieldInfo

RegisteredAssociateId_InnerJoin_Associate

Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

Tooltip

Field 'tooltip' in table 'ProjType': Dictionary type String[255], .NET type: String

Tooltip or other description

Declaration
public StringFieldInfo Tooltip { get; }
Property Value
Type Description
StringFieldInfo

Updated

Field 'updated' in table 'ProjType': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when

Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type Description
DateTimeFieldInfo

UpdatedAssociateId

Field 'updated_associate_id' in table 'ProjType': Dictionary type FK, .NET type: Int32

Last updated by whom

Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type Description
Int32FieldInfo

UpdatedAssociateId_InnerJoin_Associate

Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.

Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type Description
TargetedInnerJoin<AssociateTableInfo>

UpdatedCount

Field 'updatedCount' in table 'ProjType': Dictionary type UShort, .NET type: Int16

Number of updates made to this record

Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top