Class PersonCollection.IdxLastname
Class representing index 'IDXPersLname'.
Inheritance
EntityIdxBase
Person.PersonIdxBase
PersonCollection.PersonCollectionIdx
PersonCollection.PersonCollectionIdx<PersonRows.IdxLastname>
PersonCollection.IdxLastname
Implements
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxLastname : PersonCollection.PersonCollectionIdx<PersonRows.IdxLastname>, ISentryIgnorable
Constructors
IdxLastname(String)
Constructor for class PersonCollection.IdxLastname This class represents index 'IDXPersLname'.
Declaration
public IdxLastname(string lastname)
Parameters
Type | Name | Description |
---|---|---|
String | lastname | Last name |
IdxLastname(String, StringSearchType)
Constructor for class PersonCollection.IdxLastname This class represents index 'IDXPersLname'.
Declaration
public IdxLastname(string lastname, StringSearchType lastnameSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | lastname | Last name |
StringSearchType | lastnameSearchType | How to search for lastname |
Properties
Lastname
Last name
Declaration
public string Lastname { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)