Class AppointmentCollection.IdxSource
Class representing index 'IDXAppntSource'.
Inheritance
System.Object
SuperOffice.CRM.Entities.EntityIdxBase
SuperOffice.CRM.Entities.EntityIdxBase<AppointmentTableInfo, SuperOffice.CRM.Rows.AppointmentRow.AppointmentRowIdxBase>
SuperOffice.CRM.Entities.Appointment.AppointmentIdxBase
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx
SuperOffice.CRM.Entities.AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxSource>
AppointmentCollection.IdxSource
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSource : AppointmentCollection.AppointmentCollectionIdx<AppointmentRows.IdxSource>, ISentryIgnorable
Constructors
IdxSource(Int16)
Constructor for class AppointmentCollection.IdxSource This class represents index 'IDXAppntSource'.
Declaration
public IdxSource(short source)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | source | "For future integration use; source of record" |
Properties
Source
"For future integration use; source of record"
Declaration
public short Source { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)