Show / Hide Table of Contents

Class UserGroupTableInfo

Table 'UserGroup': Secondary user groups

Inheritance
Object
TableInfo
UserGroupTableInfo
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("UserGroup")]
public class UserGroupTableInfo : 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 UserGroup in the database dictionary: UserGroup

Declaration
public const string DictionaryTableName = "UserGroup"
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 'UserGroup': 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 UserGroup 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

LeftOuterJoin_AmountClassGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to AmountClassGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo> LeftOuterJoin_AmountClassGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AmountClassGroupLinkTableInfo>

LeftOuterJoin_Appointment_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Appointment.GroupIdx.

Declaration
public TargetedLeftOuterJoin<AppointmentTableInfo> LeftOuterJoin_Appointment_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AppointmentTableInfo>

LeftOuterJoin_Associate_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Associate.GroupIdx.

Declaration
public TargetedLeftOuterJoin<AssociateTableInfo> LeftOuterJoin_Associate_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateTableInfo>

LeftOuterJoin_AssociateGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to AssociateGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<AssociateGroupLinkTableInfo> LeftOuterJoin_AssociateGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<AssociateGroupLinkTableInfo>

LeftOuterJoin_BusinessGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to BusinessGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<BusinessGroupLinkTableInfo> LeftOuterJoin_BusinessGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<BusinessGroupLinkTableInfo>

LeftOuterJoin_CategoryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CategoryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CategoryGroupLinkTableInfo> LeftOuterJoin_CategoryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CategoryGroupLinkTableInfo>

LeftOuterJoin_ComptrGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ComptrGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ComptrGroupLinkTableInfo> LeftOuterJoin_ComptrGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ComptrGroupLinkTableInfo>

LeftOuterJoin_Contact_GroupId

Generated left outer join from the primary key UserGroupId on this table, to Contact.GroupId.

Declaration
public TargetedLeftOuterJoin<ContactTableInfo> LeftOuterJoin_Contact_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContactTableInfo>

LeftOuterJoin_ContIntGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ContIntGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ContIntGroupLinkTableInfo> LeftOuterJoin_ContIntGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ContIntGroupLinkTableInfo>

LeftOuterJoin_CountryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CountryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CountryGroupLinkTableInfo> LeftOuterJoin_CountryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CountryGroupLinkTableInfo>

LeftOuterJoin_CreditedGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CreditedGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CreditedGroupLinkTableInfo> LeftOuterJoin_CreditedGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CreditedGroupLinkTableInfo>

LeftOuterJoin_CurrencyGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to CurrencyGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo> LeftOuterJoin_CurrencyGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<CurrencyGroupLinkTableInfo>

LeftOuterJoin_DeliveryTermsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to DeliveryTermsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo> LeftOuterJoin_DeliveryTermsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTermsGroupLinkTableInfo>

LeftOuterJoin_DeliveryTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to DeliveryTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo> LeftOuterJoin_DeliveryTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DeliveryTypeGroupLinkTableInfo>

LeftOuterJoin_DocTmplGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to DocTmplGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo> LeftOuterJoin_DocTmplGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DocTmplGroupLinkTableInfo>

LeftOuterJoin_EjCategoryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to EjCategoryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo> LeftOuterJoin_EjCategoryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<EjCategoryGroupLinkTableInfo>

LeftOuterJoin_ErpConnectionAccess_UserGroupId

Generated left outer join from the primary key UserGroupId on this table, to ErpConnectionAccess.UserGroupId.

Declaration
public TargetedLeftOuterJoin<ErpConnectionAccessTableInfo> LeftOuterJoin_ErpConnectionAccess_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ErpConnectionAccessTableInfo>

LeftOuterJoin_ExtAppGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ExtAppGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo> LeftOuterJoin_ExtAppGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ExtAppGroupLinkTableInfo>

LeftOuterJoin_Form_GroupId

Generated left outer join from the primary key UserGroupId on this table, to Form.GroupId.

Declaration
public TargetedLeftOuterJoin<FormTableInfo> LeftOuterJoin_Form_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormTableInfo>

LeftOuterJoin_IntentGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to IntentGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<IntentGroupLinkTableInfo> LeftOuterJoin_IntentGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<IntentGroupLinkTableInfo>

LeftOuterJoin_MrMrsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to MrMrsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo> LeftOuterJoin_MrMrsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MrMrsGroupLinkTableInfo>

LeftOuterJoin_PaymentTermsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PaymentTermsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo> LeftOuterJoin_PaymentTermsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTermsGroupLinkTableInfo>

LeftOuterJoin_PaymentTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PaymentTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo> LeftOuterJoin_PaymentTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PaymentTypeGroupLinkTableInfo>

LeftOuterJoin_PersIntGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PersIntGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PersIntGroupLinkTableInfo> LeftOuterJoin_PersIntGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersIntGroupLinkTableInfo>

LeftOuterJoin_PersPosGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PersPosGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PersPosGroupLinkTableInfo> LeftOuterJoin_PersPosGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PersPosGroupLinkTableInfo>

LeftOuterJoin_PMembTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PMembTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo> LeftOuterJoin_PMembTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PMembTypeGroupLinkTableInfo>

LeftOuterJoin_PriceUnitGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PriceUnitGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo> LeftOuterJoin_PriceUnitGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriceUnitGroupLinkTableInfo>

LeftOuterJoin_PriorityGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to PriorityGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<PriorityGroupLinkTableInfo> LeftOuterJoin_PriorityGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<PriorityGroupLinkTableInfo>

LeftOuterJoin_ProbGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProbGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProbGroupLinkTableInfo> LeftOuterJoin_ProbGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProbGroupLinkTableInfo>

LeftOuterJoin_ProductCategoryGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProductCategoryGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo> LeftOuterJoin_ProductCategoryGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductCategoryGroupLinkTableInfo>

LeftOuterJoin_ProductFamilyGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProductFamilyGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo> LeftOuterJoin_ProductFamilyGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductFamilyGroupLinkTableInfo>

LeftOuterJoin_ProductTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProductTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo> LeftOuterJoin_ProductTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProductTypeGroupLinkTableInfo>

LeftOuterJoin_Project_GroupId

Generated left outer join from the primary key UserGroupId on this table, to Project.GroupId.

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

LeftOuterJoin_ProjStatusGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ProjStatusGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo> LeftOuterJoin_ProjStatusGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ProjStatusGroupLinkTableInfo>

LeftOuterJoin_ProjTypeGroupLink_GroupId

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

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

LeftOuterJoin_QuoteConnectionAccess_UserGroupId

Generated left outer join from the primary key UserGroupId on this table, to QuoteConnectionAccess.UserGroupId.

Declaration
public TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo> LeftOuterJoin_QuoteConnectionAccess_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<QuoteConnectionAccessTableInfo>

LeftOuterJoin_ReasonGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ReasonGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ReasonGroupLinkTableInfo> LeftOuterJoin_ReasonGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonGroupLinkTableInfo>

LeftOuterJoin_ReasonSoldGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ReasonSoldGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo> LeftOuterJoin_ReasonSoldGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonSoldGroupLinkTableInfo>

LeftOuterJoin_ReasonStalledGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to ReasonStalledGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo> LeftOuterJoin_ReasonStalledGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ReasonStalledGroupLinkTableInfo>

LeftOuterJoin_RejectReasonGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to RejectReasonGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo> LeftOuterJoin_RejectReasonGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RejectReasonGroupLinkTableInfo>

LeftOuterJoin_RelationDefinitionGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to RelationDefinitionGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo> LeftOuterJoin_RelationDefinitionGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationDefinitionGroupLinkTableInfo>

LeftOuterJoin_Relations_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Relations.GroupIdx.

Declaration
public TargetedLeftOuterJoin<RelationsTableInfo> LeftOuterJoin_Relations_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<RelationsTableInfo>

LeftOuterJoin_Sale_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Sale.GroupIdx.

Declaration
public TargetedLeftOuterJoin<SaleTableInfo> LeftOuterJoin_Sale_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTableInfo>

LeftOuterJoin_SaleHist_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to SaleHist.GroupIdx.

Declaration
public TargetedLeftOuterJoin<SaleHistTableInfo> LeftOuterJoin_SaleHist_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleHistTableInfo>

LeftOuterJoin_SaleTypeCatGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SaleTypeCatGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo> LeftOuterJoin_SaleTypeCatGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeCatGroupLinkTableInfo>

LeftOuterJoin_SaleTypeGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SaleTypeGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo> LeftOuterJoin_SaleTypeGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SaleTypeGroupLinkTableInfo>

LeftOuterJoin_SalutationGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SalutationGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SalutationGroupLinkTableInfo> LeftOuterJoin_SalutationGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SalutationGroupLinkTableInfo>

LeftOuterJoin_SearchCatGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SearchCatGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo> LeftOuterJoin_SearchCatGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SearchCatGroupLinkTableInfo>

LeftOuterJoin_Selection_GroupIdx

Generated left outer join from the primary key UserGroupId on this table, to Selection.GroupIdx.

Declaration
public TargetedLeftOuterJoin<SelectionTableInfo> LeftOuterJoin_Selection_GroupIdx { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SelectionTableInfo>

LeftOuterJoin_SORPublishGroupLink_UserGroupId

Generated left outer join from the primary key UserGroupId on this table, to SORPublishGroupLink.UserGroupId.

Declaration
public TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo> LeftOuterJoin_SORPublishGroupLink_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SORPublishGroupLinkTableInfo>

LeftOuterJoin_SourceGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SourceGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SourceGroupLinkTableInfo> LeftOuterJoin_SourceGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SourceGroupLinkTableInfo>

LeftOuterJoin_StakeholderRoleGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to StakeholderRoleGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo> LeftOuterJoin_StakeholderRoleGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<StakeholderRoleGroupLinkTableInfo>

LeftOuterJoin_SubscriptionUnitGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SubscriptionUnitGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo> LeftOuterJoin_SubscriptionUnitGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SubscriptionUnitGroupLinkTableInfo>

LeftOuterJoin_SuperListColumnSize_GroupId

Generated left outer join from the primary key UserGroupId on this table, to SuperListColumnSize.GroupId.

Declaration
public TargetedLeftOuterJoin<SuperListColumnSizeTableInfo> LeftOuterJoin_SuperListColumnSize_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SuperListColumnSizeTableInfo>

LeftOuterJoin_TagsGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to TagsGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<TagsGroupLinkTableInfo> LeftOuterJoin_TagsGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TagsGroupLinkTableInfo>

LeftOuterJoin_TaskGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to TaskGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<TaskGroupLinkTableInfo> LeftOuterJoin_TaskGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskGroupLinkTableInfo>

LeftOuterJoin_UDefFieldGL_GroupId

Generated left outer join from the primary key UserGroupId on this table, to UDefFieldGL.GroupId.

Declaration
public TargetedLeftOuterJoin<UDefFieldGLTableInfo> LeftOuterJoin_UDefFieldGL_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDefFieldGLTableInfo>

LeftOuterJoin_UDListGroupLink_GroupId

Generated left outer join from the primary key UserGroupId on this table, to UDListGroupLink.GroupId.

Declaration
public TargetedLeftOuterJoin<UDListGroupLinkTableInfo> LeftOuterJoin_UDListGroupLink_GroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UDListGroupLinkTableInfo>

LeftOuterJoin_UserGroupLink_UserGroupId

Generated left outer join from the primary key UserGroupId on this table, to UserGroupLink.UserGroupId.

Declaration
public TargetedLeftOuterJoin<UserGroupLinkTableInfo> LeftOuterJoin_UserGroupLink_UserGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<UserGroupLinkTableInfo>

LeftOuterJoin_VisibleFor_ForGroupId

Generated left outer join from the primary key UserGroupId on this table, to VisibleFor.ForGroupId.

Declaration
public TargetedLeftOuterJoin<VisibleForTableInfo> LeftOuterJoin_VisibleFor_ForGroupId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<VisibleForTableInfo>

Name

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

UserGroup name

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

Rank

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

Rank order

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

Registered

Field 'registered' in table 'UserGroup': 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 'UserGroup': 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 'UserGroup': Dictionary type String[255], .NET type: String

Tooltip or other description

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

Type

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

0 = department, other values = ? (workgroup, role, …)

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

Updated

Field 'updated' in table 'UserGroup': 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 'UserGroup': 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 'UserGroup': Dictionary type UShort, .NET type: Int16

Number of updates made to this record

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

UserGroupId

Field 'UserGroup_id' in table 'UserGroup': Dictionary type PK, .NET type: Int32

Primary key

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

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