Show / Hide Table of Contents

Class SaleCollection.IdxAssociateIdContactIdSaledate

Class representing index 'ICont_idSaledateAssoc_id'.

Inheritance
object
EntityIdxBase
EntityIdxBase<SaleTableInfo, SaleRow.SaleRowIdxBase>
Sale.SaleIdxBase
SaleCollection.SaleCollectionIdx
SaleCollection.SaleCollectionIdx<SaleRows.IdxContactIdSaledateAssociateId>
SaleCollection.IdxAssociateIdContactIdSaledate
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class SaleCollection.IdxAssociateIdContactIdSaledate : SaleCollection.SaleCollectionIdx<SaleRows.IdxContactIdSaledateAssociateId>, ISentryIgnorable

Constructors

IdxAssociateIdContactIdSaledate(int, int, DateTime)

Constructor for class SaleCollection.IdxAssociateIdContactIdSaledate This class represents index 'ICont_idSaledateAssoc_id'.

Declaration
public IdxAssociateIdContactIdSaledate(int associateId, int contactId, DateTime saledate)
Parameters
Type Name Description
int associateId

Owning associate

int contactId

Optional contact reference

DateTime saledate

(expected | lost | won) sales date

IdxAssociateIdContactIdSaledate(int, int, DateTime, DateTimeSearchType)

Constructor for class SaleCollection.IdxAssociateIdContactIdSaledate This class represents index 'ICont_idSaledateAssoc_id'.

Declaration
public IdxAssociateIdContactIdSaledate(int associateId, int contactId, DateTime saledate, DateTimeSearchType saledateSearchType)
Parameters
Type Name Description
int associateId

Owning associate

int contactId

Optional contact reference

DateTime saledate

(expected | lost | won) sales date

DateTimeSearchType saledateSearchType

How to search for saledate

Properties

AssociateId

Owning associate

Declaration
public int AssociateId { get; set; }
Property Value
Type Description
int

ContactId

Optional contact reference

Declaration
public int ContactId { get; set; }
Property Value
Type Description
int

Saledate

(expected | lost | won) sales date

Declaration
public DateTime Saledate { get; set; }
Property Value
Type Description
DateTime

Implements

ISentryIgnorable

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