Class AppointmentRows.IdxContactIdType
Class representing index 'ICont_idType'.
Inheritance
AppointmentRows.IdxContactIdType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentRows.IdxContactIdType : AppointmentRows.AppointmentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxContactIdType(int, AppointmentType)
Constructor for class AppointmentRows.IdxContactIdType This class represents index 'ICont_idType'.
Declaration
public IdxContactIdType(int contactId, AppointmentType type)
Parameters
Type | Name | Description |
---|---|---|
int | contactId | |
AppointmentType | type |
Properties
ContactId
Contact ID of owning contact, may be 0
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
int |
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
Type
where=no start time,note,docin, docout
Declaration
public AppointmentType Type { get; set; }
Property Value
Type | Description |
---|---|
AppointmentType |
Methods
UpdateRow(TableRowBase)
Update the AppointmentRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of AppointmentRow. |