Class ExternalOwnerRows.IdxSourceKey
Class representing index 'IDXExternal_ownerSourceKey'.
Inheritance
ExternalOwnerRows.IdxSourceKey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExternalOwnerRows.IdxSourceKey : ExternalOwnerRows.ExternalOwnerRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSourceKey(string)
Constructor for class ExternalOwnerRows.IdxSourceKey This class represents index 'IDXExternal_ownerSourceKey'.
Declaration
public IdxSourceKey(string sourceKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceKey |
IdxSourceKey(string, StringSearchType)
Constructor for class ExternalOwnerRows.IdxSourceKey This class represents index 'IDXExternal_ownerSourceKey'.
Declaration
public IdxSourceKey(string sourceKey, StringSearchType sourceKeySearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceKey | |
| StringSearchType | sourceKeySearchType | How to search for SourceKey |
Properties
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
SourceKey
A string in the owner chosen format to uniqly indicate the source of this record
Declaration
public string SourceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the ExternalOwnerRow 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 ExternalOwnerRow. |