Class ContactCollection.IdxKananame
Class representing index 'IDXContKname'.
Inheritance
EntityIdxBase
Contact.ContactIdxBase
ContactCollection.ContactCollectionIdx
ContactCollection.ContactCollectionIdx<ContactRows.IdxKananame>
ContactCollection.IdxKananame
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxKananame : ContactCollection.ContactCollectionIdx<ContactRows.IdxKananame>, ISentryIgnorable
Constructors
IdxKananame(String)
Constructor for class ContactCollection.IdxKananame This class represents index 'IDXContKname'.
Declaration
public IdxKananame(string kananame)
Parameters
Type | Name | Description |
---|---|---|
String | kananame | Contact kana name, used in Japanese versions only |
IdxKananame(String, StringSearchType)
Constructor for class ContactCollection.IdxKananame This class represents index 'IDXContKname'.
Declaration
public IdxKananame(string kananame, StringSearchType kananameSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | kananame | Contact kana name, used in Japanese versions only |
StringSearchType | kananameSearchType | How to search for kananame |
Properties
Kananame
Contact kana name, used in Japanese versions only
Declaration
public string Kananame { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)