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