Class AppointmentCollection.IdxSource
Class representing index 'IDXAppntSource'.
Inheritance
EntityIdxBase
Appointment.AppointmentIdxBase
AppointmentCollection.AppointmentCollectionIdx
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 |
---|---|---|
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 |
---|---|
Int16 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)