Class ContactRows.IdxKananame
Class representing index 'IDXContKname'.
Inheritance
ContactRows.IdxKananame
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ContactRows.IdxKananame : ContactRows.ContactRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxKananame(string)
Constructor for class ContactRows.IdxKananame This class represents index 'IDXContKname'.
Declaration
public IdxKananame(string kananame)
Parameters
| Type | Name | Description |
|---|---|---|
| string | kananame |
IdxKananame(string, StringSearchType)
Constructor for class ContactRows.IdxKananame This class represents index 'IDXContKname'.
Declaration
public IdxKananame(string kananame, StringSearchType kananameSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | kananame | |
| StringSearchType | kananameSearchType | How to search for Kananame |
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
Kananame
Contact kana name, used in Japanese versions only
Declaration
public string Kananame { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the ContactRow 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 ContactRow. |