Show / Hide Table of Contents

Class DBC.DeliveryTypeGroupLinkFields

Fields for DeliveryTypeGroupLink, User group link table for DeliveryType, for MDO item hiding

Inheritance
Object
DBC.DeliveryTypeGroupLinkFields
Inherited Members
Object.ToString()
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
public static class DeliveryTypeGroupLinkFields

Fields

DeliveryTypeGroupLinkId

DeliveryTypeGroupLink.DeliveryTypeGroupLinkId: Primary key

Declaration
public const string DeliveryTypeGroupLinkId = "deliverytypegrouplink_id"
Field Value
Type Description
String

DeliveryTypeId

DeliveryTypeGroupLink.DeliveryTypeId: Link to DeliveryType list table

Declaration
public const string DeliveryTypeId = "deliverytype_id"
Field Value
Type Description
String

GroupId

DeliveryTypeGroupLink.GroupId: Link to Group table

Declaration
public const string GroupId = "group_id"
Field Value
Type Description
String

Registered

DeliveryTypeGroupLink.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

DeliveryTypeGroupLink.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

Updated

DeliveryTypeGroupLink.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

DeliveryTypeGroupLink.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

DeliveryTypeGroupLink.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top