Class ContactRows.IdxKananame
Class representing index 'IDXContKname'.
Inheritance
ContactRows.IdxKananame
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)