Class Contact.ContactIdxBase
Base class for the index facades.
Inheritance
System.Object
Contact.ContactIdxBase
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class ContactIdxBase : EntityIdxBase<ContactTableInfo, ContactRow.ContactRowIdxBase>, ISentryIgnorable
Constructors
ContactIdxBase(ContactRow.ContactRowIdxBase)
Constructor for the index facades.
Declaration
protected ContactIdxBase(ContactRow.ContactRowIdxBase idx)
Parameters
Type | Name | Description |
---|---|---|
ContactRow.ContactRowIdxBase | idx | Index for the ContactRow object |
Properties
BusinessRelationTableInfo
Get TableInfo for Business relation
Declaration
public BusinessTableInfo BusinessRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
BusinessTableInfo |
CategoryRelationTableInfo
Get TableInfo for Category relation
Declaration
public CategoryTableInfo CategoryRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
CategoryTableInfo |
CountryRelationTableInfo
Get TableInfo for Country relation
Declaration
public CountryTableInfo CountryRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
CountryTableInfo |
GroupRelationTableInfo
Get TableInfo for Group relation
Declaration
public UserGroupTableInfo GroupRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
UserGroupTableInfo |
InfoRelationTableInfo
Get TableInfo for Info relation
Declaration
public TextTableInfo InfoRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
TextTableInfo |
PostalAddressRelationTableInfo
Get TableInfo for PostalAddress relation
Declaration
public AddressTableInfo PostalAddressRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
AddressTableInfo |
StreetAddressRelationTableInfo
Get TableInfo for StreetAddress relation
Declaration
public AddressTableInfo StreetAddressRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
AddressTableInfo |
TableInfo
Declaration
public override ContactTableInfo TableInfo { get; }
Property Value
Type | Description |
---|---|
ContactTableInfo |
Overrides
SuperOffice.CRM.Entities.EntityIdxBase<SuperOffice.CRM.Data.ContactTableInfo, SuperOffice.CRM.Rows.ContactRow.ContactRowIdxBase>.TableInfo
UdefLargeRelationTableInfo
Get TableInfo for UdefLarge relation
Declaration
public UDContactLargeTableInfo UdefLargeRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
UDContactLargeTableInfo |
UdefSmallRelationTableInfo
Get TableInfo for UdefSmall relation
Declaration
public UDContactSmallTableInfo UdefSmallRelationTableInfo { get; }
Property Value
Type | Description |
---|---|
UDContactSmallTableInfo |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)